fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / fgets.c
index ee0ac30e83bc40a914859fbb770526590a27bfac..b01a4187037d81e6457e473c4e682e24787c9021 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <string.h>
 
 #define MIN(a,b) ((a)<(b) ? (a) : (b))