summaryrefslogtreecommitdiff
path: root/src/_forced/strdup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_forced/strdup.h')
-rw-r--r--src/_forced/strdup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_forced/strdup.h b/src/_forced/strdup.h
new file mode 100644
index 00000000..5abd92ce
--- /dev/null
+++ b/src/_forced/strdup.h
@@ -0,0 +1,2 @@
+static char *strdup(const char *);
+#include "string/strdup.c"