summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-02-09 15:39:49 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-02-09 15:39:49 +0000
commit5890e9f7acf815c82fd9ad490b9634578fc05c5e (patch)
treedfaec4acdcca3a21a72842a85d13131d95665c81 /src/sysdep.c
parent429e7e2d69dd0fab7389dc4f7fc6e95d3e4bd612 (diff)
downloademacs-5890e9f7acf815c82fd9ad490b9634578fc05c5e.tar.gz
Move include stdio.h to same place as in other files.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 64fdbe8f8c9..96f857432a8 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include <signal.h>
+#include <stdio.h>
#include <setjmp.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@@ -80,7 +81,6 @@ static int delete_exited_processes;
#undef fwrite
#endif
-#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>