summarylogtreecommitdiffstats
path: root/airsane-png-h.patch
blob: 901417c6a124f8aceb45a5c6b376aab59249f49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/imageformats/pngencoder.cpp b/imageformats/pngencoder.cpp
index 9fbac9f..1c6c8f6 100644
--- a/imageformats/pngencoder.cpp
+++ b/imageformats/pngencoder.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "pngencoder.h"
-#include <libpng/png.h>
+#include <png.h>
 #include <stdexcept>
 #include <vector>
 #if __APPLE__