Mercurial > emacs
diff src/dired.c @ 7896:ec45b17e09b3
Put stdio.h, sys/types.h and sys/stat.h after config.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 15 Jun 1994 03:43:43 +0000 |
| parents | cd81dba38a49 |
| children | 07c5c4f12d62 |
line wrap: on
line diff
--- a/src/dired.c Wed Jun 15 02:43:39 1994 +0000 +++ b/src/dired.c Wed Jun 15 03:43:43 1994 +0000 @@ -18,12 +18,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <config.h> + #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> -#include <config.h> - #ifdef VMS #include <string.h> #include <rms.h>
