Mercurial > emacs
changeset 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 | fac7ff0a7aeb |
children | c52147cf10b1 |
files | src/dired.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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>