summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/patch-native_image_png__load.cpp
blob: f652e4bf49463475031aaa9f276c14c8f726f825 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- native/image/png_load.cpp.orig	2015-02-23 23:22:58 UTC
+++ native/image/png_load.cpp
@@ -5,7 +5,7 @@
 #ifdef USING_QT_UI
 #include <QtGui/QImage>
 #else
-#include "libpng17/png.h"
+#include "png.h"
 #endif
 
 #include "png_load.h"