diff options
| author | Dave Love | 2002-08-18 12:54:49 +0000 |
|---|---|---|
| committer | Dave Love | 2002-08-18 12:54:49 +0000 |
| commit | c8533ac4fa4ff48e06ac14d7d507a5ffa501d2b1 (patch) | |
| tree | 8acf2af8dba42b36aa2b804bec5274fe1209eb1f | |
| parent | ed09a18b8446614c8bc5c9918f208c9551a9fe96 (diff) | |
| download | emacs-c8533ac4fa4ff48e06ac14d7d507a5ffa501d2b1.tar.gz emacs-c8533ac4fa4ff48e06ac14d7d507a5ffa501d2b1.zip | |
Fix last change.
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 9be7f7c337c..e33ce550c36 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions for the X window system. | 1 | /* Functions for the X window system. |
| 2 | Copyright (C) 1989, 92, 93, 94, 95, 96, 1997, 1998, 1999, 2000, 2001 | 2 | Copyright (C) 1989, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 01, 02 |
| 3 | Free Software Foundation. | 3 | Free Software Foundation. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -9235,12 +9235,12 @@ png_load (f, img) | |||
| 9235 | #ifdef HAVE_STDLIB_H | 9235 | #ifdef HAVE_STDLIB_H |
| 9236 | # undef HAVE_STDLIB_H | 9236 | # undef HAVE_STDLIB_H |
| 9237 | # include <jpeglib.h> | 9237 | # include <jpeglib.h> |
| 9238 | # include <jerror.h> | 9238 | # undef HAVE_STDLIB_H |
| 9239 | # define HAVE_STDLIB_H 1 | 9239 | # define HAVE_STDLIB_H 1 |
| 9240 | #else | 9240 | #else |
| 9241 | # include <jpeglib.h> | 9241 | # include <jpeglib.h> |
| 9242 | # include <jerror.h> | ||
| 9243 | #endif /* HAVE_STDLIB_H */ | 9242 | #endif /* HAVE_STDLIB_H */ |
| 9243 | #include <jerror.h> | ||
| 9244 | 9244 | ||
| 9245 | #include <setjmp.h> | 9245 | #include <setjmp.h> |
| 9246 | 9246 | ||