Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / update.c
index 080cb99c31dff71ea57ee13717b0f9371363801e..309ce0cbddc049fc21f3f3ad83cf1be7264f412d 100644 (file)
--- a/update.c
+++ b/update.c
 #include <sys/param.h>
 #include <sys/syslog.h>
 #include <unistd.h> /* for getopt() */
+#include <stdlib.h>
 
 
 #if defined(__GLIBC__)
 #include <sys/kdaemon.h>
 #else
+#include <sys/syscall.h>
+#include <linux/unistd.h>
 static _syscall2(int, bdflush, int, func, int, data);
 #endif /* __GLIBC__ */