Windows does not provide sys/wait.h
[openafs.git] / src / butm / file_tm.c
index c85a11b..e4e02e8 100644 (file)
 #include <afsconfig.h>
 #include <afs/param.h>
 
-
+#include <sys/types.h>
 #ifdef AFS_NT40_ENV
 #include <winsock2.h>
 #else
 #include <netinet/in.h>
-#endif
-#include <sys/types.h>
 #include <sys/wait.h>
+#endif
 #include <fcntl.h>
 #include <errno.h>
 #include <limits.h>