Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / fdflush.c
index 5eb93ddd7d7aa44494e9fb8bd17051b2b71c14f3..fcf8ddd28fc5092d1935f981afdab0bd118ead6f 100644 (file)
--- a/fdflush.c
+++ b/fdflush.c
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
+#include <stdlib.h>
 
 /* From <linux/fd.h> */
 #define FDFLUSH  _IO(2,0x4b)