aboutsummaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index cf9fde9..39decfa 100644
--- a/include/string.h
+++ b/include/string.h
@@ -2,7 +2,7 @@
#define BIOS_STRING_H
#include <stddef.h>
-#include <inttypes.h>
+#include <stdint.h>
unsigned long strlen(const char *buf);
char *strcat(char *dest, const char *src);