From: Richard M. Stallman Date: Wed, 15 Jun 1994 03:46:59 +0000 (+0000) Subject: Put config.h first. X-Git-Tag: emacs-19.34~7955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98280b76e319aed551667f1075a5c090efe4f105;p=emacs.git Put config.h first. --- diff --git a/src/lread.c b/src/lread.c index 2ee1947eb48..57a29ff6d48 100644 --- a/src/lread.c +++ b/src/lread.c @@ -19,12 +19,12 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include #include #include #include -#include #include "lisp.h" #ifndef standalone