forked from pool/pnglite
initial packaging OBS-URL: https://build.opensuse.org/request/show/417026 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pnglite?expand=0&rev=1
13 lines
340 B
Diff
13 lines
340 B
Diff
diff -up pnglite-0.1.17/pnglite.c.zlib pnglite-0.1.17/pnglite.c
|
|
--- pnglite-0.1.17/pnglite.c.zlib 2008-12-31 16:54:41.000000000 +0100
|
|
+++ pnglite-0.1.17/pnglite.c 2008-12-31 16:54:49.000000000 +0100
|
|
@@ -5,7 +5,7 @@
|
|
#define USE_ZLIB 1
|
|
|
|
#if USE_ZLIB
|
|
-#include "../zlib/zlib.h"
|
|
+#include <zlib.h>
|
|
#else
|
|
#include "zlite.h"
|
|
#endif
|