aboutsummaryrefslogtreecommitdiff
path: root/lib/getdate.h
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/getdate.h
parenta333bddeeb6ce46f0a7d218d78fa700c881f2833 (diff)
Nico Baggus' VMS tweaks
Diffstat (limited to 'lib/getdate.h')
-rw-r--r--lib/getdate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/getdate.h b/lib/getdate.h
index ebb6d2c5a..85650e3a0 100644
--- a/lib/getdate.h
+++ b/lib/getdate.h
@@ -7,9 +7,7 @@
** This code is in the public domain and has no copyright.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
+# include "setup.h"
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)