summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/string.h b/lib/libc/include/string.h
index f80df8e..dcf25cc 100644
--- a/lib/libc/include/string.h
+++ b/lib/libc/include/string.h
@@ -31,6 +31,7 @@
#define _STRING_H_ 1
#include <stddef.h>
+#include <stdint.h>
size_t strlen(const char *s);
void *memset(void *dst, int c, size_t n);