OSDN Git Service

#include <sys/types.h> required for u_long in <netinet/in.h>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Jan 1998 01:55:05 +0000 (01:55 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Jan 1998 01:55:05 +0000 (01:55 +0000)
src/backend/libpq/pqcomprim.c

index 0dd46d9..96acff1 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 
 #include "postgres.h"