aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-20 19:30:13 +0000
committerGerd Moellmann1999-08-20 19:30:13 +0000
commitcf4790adb1a190e65c05450e7148ea5d6c963a9a (patch)
tree031df016434f17e5e82c00e00d487e4f846eff18 /src
parent9f8118075db1eb08599eb6692b911231c6827f78 (diff)
downloademacs-cf4790adb1a190e65c05450e7148ea5d6c963a9a.tar.gz
emacs-cf4790adb1a190e65c05450e7148ea5d6c963a9a.zip
remove tiff34 prefix from include.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 835b36922cc..5bbf81dbff6 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -8507,7 +8507,7 @@ jpeg_load (f, img)
8507 8507
8508#if HAVE_TIFF 8508#if HAVE_TIFF
8509 8509
8510#include <tiff34/tiffio.h> 8510#include <tiffio.h>
8511 8511
8512static int tiff_image_p P_ ((Lisp_Object object)); 8512static int tiff_image_p P_ ((Lisp_Object object));
8513static int tiff_load P_ ((struct frame *f, struct image *img)); 8513static int tiff_load P_ ((struct frame *f, struct image *img));