From: Richard M. Stallman Date: Mon, 17 Jan 1994 01:38:26 +0000 (+0000) Subject: Include stdio.h before config.h. X-Git-Tag: emacs-19.34~10232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2396e3dabe3fa5d71ebd1d598dcdae5f5e3c25d8;p=emacs.git Include stdio.h before config.h. --- diff --git a/src/dispnew.c b/src/dispnew.c index fbcaf5330be..badc2d1a82b 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -19,9 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +#include #include -#include #include #include "lisp.h"