aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
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>