summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-05-15 16:40:29 +0000
committerBruce Momjian2003-05-15 16:40:29 +0000
commitbee0ac67ee35e578404d7ae476cd3cc82b275154 (patch)
treea3805bda5b258da6541137a7318f861e463e7a65
parent12c942383296bd626131241c012c2ab81b081738 (diff)
Add missing win32 file --- seems best way to find these is to just
commmit then do a cvs update again.
-rw-r--r--src/include/port/win32_include/arpa/inet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/win32_include/arpa/inet.h b/src/include/port/win32_include/arpa/inet.h
new file mode 100644
index 00000000000..dc979c05372
--- /dev/null
+++ b/src/include/port/win32_include/arpa/inet.h
@@ -0,0 +1 @@
+#include <sys/socket.h>