summaryrefslogtreecommitdiff
path: root/misc/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/strdup.c')
-rw-r--r--misc/strdup.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/strdup.c b/misc/strdup.c
index 9236fe7db..3e91af1b4 100644
--- a/misc/strdup.c
+++ b/misc/strdup.c
@@ -9,13 +9,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include "system.h"
#if defined(HAVE_STDLIB_H) || defined(STDC_HEADERS)
# include <stdlib.h>