use tmpfile() and revert my previous changes... convert() belongs here
[oweals/busybox.git] / coreutils / cat.c
index 3554008f851a63c2b61db9f465708df2479f8b08..aa8528d6ae53849930b4f7488d75cff5dadf53ef 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include "busybox.h"
 
 extern int cat_main(int argc, char **argv)