blob: e4d371cf75ecbc2b5abaf21e6b511521d5377d5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Imlib_private.h.orig Tue Feb 17 17:27:25 1998
+++ Imlib_private.h Tue Feb 17 17:28:06 1998
@@ -42,10 +42,10 @@
#include <png.h>
#endif
#ifdef BUILTIN_TIFF
-#include <tiffio.h>
+#include <tiff34/tiffio.h>
#endif
#ifdef BUILTIN_GIF
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
#endif
#define BYTE_ORD_24_RGB 0
|