summaryrefslogtreecommitdiff
path: root/src/libc/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/string.h')
-rw-r--r--src/libc/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc/string.h b/src/libc/string.h
index 6c0fa01..f078d48 100644
--- a/src/libc/string.h
+++ b/src/libc/string.h
@@ -1,7 +1,7 @@
#ifndef STRING_H
#define STRING_H
-#include "stddef.h"
+#include <stddef.h>
void *memset( void *s, int c, size_t n );
void *memmove( void *d, const void *s, size_t n );