diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-15 16:40:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-15 16:40:29 +0000 |
commit | bee0ac67ee35e578404d7ae476cd3cc82b275154 (patch) | |
tree | a3805bda5b258da6541137a7318f861e463e7a65 /src/include/port/win32_include/arpa/inet.h | |
parent | 12c942383296bd626131241c012c2ab81b081738 (diff) | |
download | postgresql-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.h | 1 |
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> |