diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 23:24:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 23:24:04 +0000 |
commit | b40b9677b62f52a61c162f6cfa13fd83826a70f7 (patch) | |
tree | eab68da306f096663045c30d563f85c80c1640f2 /src/setup.h | |
parent | c80ad865db4552ba25b1b185edeb0cc6478385ec (diff) | |
download | curl-b40b9677b62f52a61c162f6cfa13fd83826a70f7.tar.gz |
VMS adjustmentscurl-7_9_5-pre2
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 2 |
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 |