comparison 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
comparison
equal deleted inserted replaced
53900:5d607f751ba3 53901:d85f8f2e71f7
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 #include <config.h> 23 #include <config.h>
24 #endif 24 #endif
25 25
26 #include <signal.h> 26 #include <signal.h>
27 #include <stdio.h>
27 #include <setjmp.h> 28 #include <setjmp.h>
28 #ifdef HAVE_UNISTD_H 29 #ifdef HAVE_UNISTD_H
29 #include <unistd.h> 30 #include <unistd.h>
30 #endif 31 #endif
31 #include "lisp.h" 32 #include "lisp.h"
78 #define sys_fwrite fwrite 79 #define sys_fwrite fwrite
79 #else 80 #else
80 #undef fwrite 81 #undef fwrite
81 #endif 82 #endif
82 83
83 #include <stdio.h>
84 #include <sys/types.h> 84 #include <sys/types.h>
85 #include <sys/stat.h> 85 #include <sys/stat.h>
86 #include <errno.h> 86 #include <errno.h>
87 87
88 #ifdef HAVE_SETPGID 88 #ifdef HAVE_SETPGID