diff options
| author | Gerd Moellmann | 1999-08-20 19:30:13 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-20 19:30:13 +0000 |
| commit | cf4790adb1a190e65c05450e7148ea5d6c963a9a (patch) | |
| tree | 031df016434f17e5e82c00e00d487e4f846eff18 /src | |
| parent | 9f8118075db1eb08599eb6692b911231c6827f78 (diff) | |
| download | emacs-cf4790adb1a190e65c05450e7148ea5d6c963a9a.tar.gz emacs-cf4790adb1a190e65c05450e7148ea5d6c963a9a.zip | |
remove tiff34 prefix from include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
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 | ||
| 8512 | static int tiff_image_p P_ ((Lisp_Object object)); | 8512 | static int tiff_image_p P_ ((Lisp_Object object)); |
| 8513 | static int tiff_load P_ ((struct frame *f, struct image *img)); | 8513 | static int tiff_load P_ ((struct frame *f, struct image *img)); |