aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-20 13:46:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-20 13:46:53 +0000
commit721b05e3436884fc1e1b55f211e7fa4251d92a2a (patch)
treee803d7e8b88499be988b4d557ee57fc5c02e2512 /lib/connect.c
parenta333bddeeb6ce46f0a7d218d78fa700c881f2833 (diff)
Nico Baggus' VMS tweaks
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c
index b1a2560b2..7efa9f006 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -48,6 +48,10 @@
#include <stdlib.h> /* required for free() prototype, without it, this crashes
on macos 68K */
#endif
+#ifdef VMS
+#include <in.h>
+#include <inet.h>
+#endif
#endif
#include <stdio.h>