mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
--- 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
|