Recover from header juggling - (Solaris)
roberts [Sun, 15 Aug 1999 17:57:17 +0000 (17:57 +0000)]
libfcgi/os_unix.c

index e275392..9ba8962 100755 (executable)
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: os_unix.c,v 1.14 1999/08/12 23:56:11 roberts Exp $";
+static const char rcsid[] = "$Id: os_unix.c,v 1.15 1999/08/15 17:57:17 roberts Exp $";
 #endif /* not lint */
 
 #include "fcgi_config.h"
 
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
 #include <arpa/inet.h>
 #include <assert.h>
 #include <errno.h>
@@ -41,10 +45,6 @@ static const char rcsid[] = "$Id: os_unix.c,v 1.14 1999/08/12 23:56:11 roberts E
 #include <netdb.h>
 #endif
 
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h> /* for getpeername */
 #endif