From 3964b9a75d5a7e3c721fb7b4dbc924791c6b5dab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Jun 1994 03:43:43 +0000 Subject: [PATCH] Put stdio.h, sys/types.h and sys/stat.h after config.h. --- src/dired.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5