mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
11 lines
235 B
C++
11 lines
235 B
C++
--- 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"
|