From: Richard M. Stallman Date: Wed, 15 Jun 1994 03:43:43 +0000 (+0000) Subject: Put stdio.h, sys/types.h and sys/stat.h after config.h. X-Git-Tag: emacs-19.34~7957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3964b9a75d5a7e3c721fb7b4dbc924791c6b5dab;p=emacs.git Put stdio.h, sys/types.h and sys/stat.h after config.h. --- diff --git a/src/dired.c b/src/dired.c index 7235c9987a3..55fab748de4 100644 --- a/src/dired.c +++ b/src/dired.c @@ -18,12 +18,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 - #ifdef VMS #include #include