Mercurial > emacs
diff src/sysdep.c @ 53901:d85f8f2e71f7
Move include stdio.h to same place as in other files.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Mon, 09 Feb 2004 15:39:49 +0000 |
| parents | 811d720ddd2b |
| children | 787d9a46cf1a 03a73693678e |
line wrap: on
line diff
--- a/src/sysdep.c Mon Feb 09 12:42:04 2004 +0000 +++ b/src/sysdep.c Mon Feb 09 15:39:49 2004 +0000 @@ -24,6 +24,7 @@ #endif #include <signal.h> +#include <stdio.h> #include <setjmp.h> #ifdef HAVE_UNISTD_H #include <unistd.h> @@ -80,7 +81,6 @@ #undef fwrite #endif -#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h>
