From: Dave Love <fx@gnu.org> Date: Sun, 18 Aug 2002 12:54:49 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8533ac4fa4ff48e06ac14d7d507a5ffa501d2b1;p=emacs.git Fix last change. --- 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 @@ /* Functions for the X window system. - Copyright (C) 1989, 92, 93, 94, 95, 96, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1989, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 01, 02 Free Software Foundation. This file is part of GNU Emacs. @@ -9235,12 +9235,12 @@ png_load (f, img) #ifdef HAVE_STDLIB_H # undef HAVE_STDLIB_H # include <jpeglib.h> -# include <jerror.h> +# undef HAVE_STDLIB_H # define HAVE_STDLIB_H 1 #else # include <jpeglib.h> -# include <jerror.h> #endif /* HAVE_STDLIB_H */ +#include <jerror.h> #include <setjmp.h>