summaryrefslogtreecommitdiff
path: root/kern/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sprintf.c')
-rw-r--r--kern/sprintf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kern/sprintf.c b/kern/sprintf.c
index 386d9d3c..3d2bf2df 100644
--- a/kern/sprintf.c
+++ b/kern/sprintf.c
@@ -16,11 +16,12 @@
*/
#include <stdarg.h>
+#include <stddef.h>
+#include <stdint.h>
#include <kern/limits.h>
#include <kern/sprintf.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
+#include <kern/types.h>
/*
* Formatting flags.