about summary refs log tree commit diff
path: root/stdio-common/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/printf.h')
-rw-r--r--stdio-common/printf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdio-common/printf.h b/stdio-common/printf.h
index 6b207d2db7..940256445e 100644
--- a/stdio-common/printf.h
+++ b/stdio-common/printf.h
@@ -22,11 +22,12 @@
 
 __BEGIN_DECLS
 
-#define	__need_FILE
-#include <stdio.h>
+#include <bits/types/FILE.h>
+
 #define	__need_size_t
 #define __need_wchar_t
 #include <stddef.h>
+
 #include <stdarg.h>