projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5bbe2a
)
#include <sys/types.h> required for u_long
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Jan 1998 01:49:19 +0000
(
01:49
+0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Jan 1998 01:49:19 +0000
(
01:49
+0000)
src/include/libpq/libpq.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/libpq.h
b/src/include/libpq/libpq.h
index a77a2afccffa12018fe12c3d46f8cc5c5c503b5f..b4d7407f12de8815318e10bee2e0bbe35902dd5e 100644
(file)
--- a/
src/include/libpq/libpq.h
+++ b/
src/include/libpq/libpq.h
@@
-6,13
+6,15
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq.h,v 1.1
0 1998/01/26 01:42:18
scrappy Exp $
+ * $Id: libpq.h,v 1.1
1 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"