]> granicus.if.org Git - postgresql/commitdiff
Add an '#include <sys/types.h>' for the netinet/in.h section
authorMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 03:12:55 +0000 (03:12 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 03:12:55 +0000 (03:12 +0000)
src/include/config.h.in

index abde7c5f658cae50b497e5b65ca600acfdcb6ca1..79131df2e20760184b1add6db11ab4da9ee1c739 100644 (file)
@@ -103,6 +103,7 @@ int  gethostname(char *name, int namelen);
 #ifndef HAVE_INET_ATON
 # ifdef HAVE_ARPA_INET_H
 #  ifdef HAVE_NETINET_IN_H
+#   include <sys/types.h>
 #   include <netinet/in.h>
 #  endif
 #  include <arpa/inet.h>