summaryrefslogtreecommitdiff
path: root/src/kernel/lib/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/std.h')
-rw-r--r--src/kernel/lib/std.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/lib/std.h b/src/kernel/lib/std.h
index 51e0435..7aaf1b9 100644
--- a/src/kernel/lib/std.h
+++ b/src/kernel/lib/std.h
@@ -11,4 +11,6 @@ void abort();
extern int errno;
+char *strdup(const char *src); // uses malloc, so needs to be here
+
#endif