I forgot to malloc space for the NULL.
[oweals/busybox.git] / whoami.c
index 54df0bf12c778157b78abeb0ae03a2b059487b9d..c3b1140e6c940ddd40460eb7900cb5fcf90bf11d 100644 (file)
--- a/whoami.c
+++ b/whoami.c
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int whoami_main(int argc, char **argv)
 {