summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-20 23:24:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-20 23:24:04 +0000
commitb40b9677b62f52a61c162f6cfa13fd83826a70f7 (patch)
treeeab68da306f096663045c30d563f85c80c1640f2 /src/setup.h
parentc80ad865db4552ba25b1b185edeb0cc6478385ec (diff)
downloadcurl-b40b9677b62f52a61c162f6cfa13fd83826a70f7.tar.gz
VMS adjustmentscurl-7_9_5-pre2
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h
index a6c45bf17..087c9cede 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#ifdef VMS
-#include "../config-vms.h"
+#include "config-vms.h"
#else
#include "config.h" /* the configure script results */
#endif