projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a20c5
)
#include <sys/types.h> required for u_long in <netinet/in.h>
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Jan 1998 01:55:05 +0000
(
01:55
+0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Jan 1998 01:55:05 +0000
(
01:55
+0000)
src/backend/libpq/pqcomprim.c
patch
|
blob
|
history
diff --git
a/src/backend/libpq/pqcomprim.c
b/src/backend/libpq/pqcomprim.c
index 0dd46d9205a0fb82ab11eb0636ceb2881cc61ce6..96acff11963fea34c30ff7a994cdd11421852895 100644
(file)
--- a/
src/backend/libpq/pqcomprim.c
+++ b/
src/backend/libpq/pqcomprim.c
@@
-1,5
+1,6
@@
#include <stdlib.h>
#include <stdio.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include "postgres.h"