blob: d982f219ffb51987527f2b6c2d2aad395f333a4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- Imlib/Imlib_private.h.orig Thu Apr 30 04:23:24 1998
+++ Imlib/Imlib_private.h Thu Apr 30 04:23:46 1998
@@ -38,10 +38,10 @@
#include <png.h>
#endif
#ifdef HAVE_LIBTIFF
-#include <tiffio.h>
+#include <tiff34/tiffio.h>
#endif
#ifdef HAVE_LIBGIF
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
#endif
#define BYTE_ORD_24_RGB 0
--- gdk_imlib/gdk_imlib_private.h.orig Thu Apr 30 04:34:52 1998
+++ gdk_imlib/gdk_imlib_private.h Thu Apr 30 04:35:11 1998
@@ -46,10 +46,10 @@
#include <png.h>
#endif
#ifdef HAVE_LIBTIFF
-#include <tiffio.h>
+#include <tiff34/tiffio.h>
#endif
#ifdef HAVE_LIBGIF
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
#endif
#define BYTE_ORD_24_RGB 0
|