Move include of sys/types.h in kopenafs.c
[openafs.git] / src / kopenafs / kopenafs.c
index 746a4b5..9d987a6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
@@ -13,6 +13,7 @@
  */
 
 #include <errno.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <signal.h>
 #include <stdlib.h>
@@ -23,7 +24,6 @@
 # endif
 #endif
 #include <sys/param.h>
-#include <sys/types.h>
 #include <unistd.h>
 
 #include <afsconfig.h>