summaryrefslogtreecommitdiff
path: root/kern/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/printf.c')
-rw-r--r--kern/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/printf.c b/kern/printf.c
index 7dcb798..a1f18b0 100644
--- a/kern/printf.c
+++ b/kern/printf.c
@@ -113,9 +113,9 @@
* (compatibility)
*/
+#include <string.h>
#include <mach/boolean.h>
#include <kern/lock.h>
-#include <kern/strings.h>
#include <stdarg.h>
#define isdigit(d) ((d) >= '0' && (d) <= '9')