summaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-14 16:10:29 +0000
committerYang Tse <yangsita@gmail.com>2008-07-14 16:10:29 +0000
commit1cfb73a129541c1d2357c5d0482861d3fa47ea2f (patch)
treebf090aa6beb5d25b4f1717c1a111f63828166225 /lib/setup.h
parent2a585c2fba45363d1a43637dedbadb16be2ff17b (diff)
downloadcurl-1cfb73a129541c1d2357c5d0482861d3fa47ea2f.tar.gz
Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index dca6da42d..ba3ddce0c 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -165,6 +165,14 @@
#define _REENTRANT
#endif
+#ifdef HAVE_EXTRA_STRICMP_H
+# include <extra/stricmp.h>
+#endif
+
+#ifdef HAVE_EXTRA_STRDUP_H
+# include <extra/strdup.h>
+#endif
+
#include <stdio.h>
#ifdef HAVE_ASSERT_H
#include <assert.h>