fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / vfprintf.c
index 4a2752b275834d76786bc6af95b238f92831e37b..1e7e6a477faeba521537d9146e003596ccaeba3e 100644 (file)
@@ -1,4 +1,13 @@
 #include "stdio_impl.h"
+#include <errno.h>
+#include <ctype.h>
+#include <limits.h>
+#include <string.h>
+#include <stdarg.h>
+#include <wchar.h>
+#include <inttypes.h>
+#include <math.h>
+#include <float.h>
 
 /* Some useful macros */