Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / whoami.c
index d7f0a177c99769702c87668fac7fc7d6bc153cbb..870ede43e9f7c9993321a24097e0d69e6deb6797 100644 (file)
--- a/whoami.c
+++ b/whoami.c
@@ -22,6 +22,8 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 extern int whoami_main(int argc, char **argv)
 {