]> granicus.if.org Git - postgresql/commitdiff
Moved sys/types.h to before netdb.h
authorMarc G. Fournier <scrappy@hub.org>
Sun, 22 Mar 1998 04:18:17 +0000 (04:18 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 22 Mar 1998 04:18:17 +0000 (04:18 +0000)
From: Vince Vielhaber <vev@michvhf.com>

src/interfaces/libpq/fe-auth.c

index 93fb4442b05a091200cac5eef4baaf8ebab13287..148d93434972bc8875866ce00bf4329e0f296c8a 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.15 1998/02/26 04:44:56 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.16 1998/03/22 04:18:17 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include <stdio.h>
 #include <string.h>
 #include <sys/param.h>                 /* for MAXHOSTNAMELEN on most */
+#include <sys/types.h>
 #ifndef  MAXHOSTNAMELEN
 #include <netdb.h>                             /* for MAXHOSTNAMELEN on some */
 #endif
 #include <unistd.h>
-#include <sys/types.h>
 #include <pwd.h>
 
 #include "postgres.h"