blob: c6a9ad808ecad39dff68095c8fc924e09508d289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -up amanith/plugins/png/gpngimpexp.cpp.BAD amanith/plugins/png/gpngimpexp.cpp
--- amanith/plugins/png/gpngimpexp.cpp.BAD 2007-11-14 22:09:31.000000000 -0500
+++ amanith/plugins/png/gpngimpexp.cpp 2007-11-14 22:10:11.000000000 -0500
@@ -35,7 +35,7 @@
//#include <csetjmp>
G_EXTERN_C {
- #include "../../3rdpart/libpng/png.h"
+ #include <png.h>
};
/****************************************************************************
|