]> granicus.if.org Git - postgresql/commitdiff
#include <sys/types.h> required for u_long
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Jan 1998 01:49:19 +0000 (01:49 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Jan 1998 01:49:19 +0000 (01:49 +0000)
src/include/libpq/libpq.h

index a77a2afccffa12018fe12c3d46f8cc5c5c503b5f..b4d7407f12de8815318e10bee2e0bbe35902dd5e 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.10 1998/01/26 01:42:18 scrappy Exp $
+ * $Id: libpq.h,v 1.11 1998/01/26 01:49:19 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef LIBPQ_H
 #define LIBPQ_H
 
+#include <sys/types.h>
+
 #include <netinet/in.h>
 
 #include "libpq/libpq-be.h"