diff options
| -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 | ||