aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win32_include/arpa/inet.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-15 16:40:29 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-15 16:40:29 +0000
commitbee0ac67ee35e578404d7ae476cd3cc82b275154 (patch)
treea3805bda5b258da6541137a7318f861e463e7a65 /src/include/port/win32_include/arpa/inet.h
parent12c942383296bd626131241c012c2ab81b081738 (diff)
downloadpostgresql-bee0ac67ee35e578404d7ae476cd3cc82b275154.tar.gz
postgresql-bee0ac67ee35e578404d7ae476cd3cc82b275154.zip
Add missing win32 file --- seems best way to find these is to just
commmit then do a cvs update again.
Diffstat (limited to 'src/include/port/win32_include/arpa/inet.h')
-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>