projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3cee7
)
To find uint32 on AIX.
author
Bruce Momjian
Sun, 14 Sep 1997 04:06:20 +0000
(
04:06
+0000)
committer
Bruce Momjian
Sun, 14 Sep 1997 04:06:20 +0000
(
04:06
+0000)
src/backend/port/inet_aton.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/inet_aton.c
b/src/backend/port/inet_aton.c
index 0220507a5237a394107b390c464bf9c0d0c1d25a..dd7bb5d16d53783f0754dff502a81cd25e60b791 100644
(file)
--- a/
src/backend/port/inet_aton.c
+++ b/
src/backend/port/inet_aton.c
@@
-47,6
+47,10
@@
#include
#include "inet_aton.h"
+#ifdef _AIX
+#include
/* For definition of uint32 */
+#endif
+
/*
* Check whether "cp" is a valid ascii representation
* of an Internet address and convert to a binary address.