summaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-12-30 17:59:56 +0000
committerYang Tse <yangsita@gmail.com>2009-12-30 17:59:56 +0000
commit3184a91ec86b2f35f16a8e11e2daa03fac8e91b6 (patch)
tree1f9a39c4001243eae8b7b45f98951502a51fea0d /lib/if2ip.c
parent0dde9056d7c21dd9ad0afcb8fe2f4ec2408acf10 (diff)
downloadcurl-3184a91ec86b2f35f16a8e11e2daa03fac8e91b6.tar.gz
VMS specific preprocessor symbol checking adjustments
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index f0159457c..b8ed4c81c 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -53,7 +53,7 @@
#ifdef HAVE_STROPTS_H
# include <stropts.h>
#endif
-#ifdef VMS
+#ifdef __VMS
# include <inet.h>
#endif