fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / putwc.c
index 80b54a472aa8746c13b164d01b17d120fe0830df..4bb74733486cfaf827ddbd58d50f2b3616208756 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <wchar.h>
 
 wint_t putwc(wchar_t c, FILE *f)
 {