12 lines
441 B
Diff
12 lines
441 B
Diff
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>
|
|
};
|
|
|
|
/****************************************************************************
|