Turn off the printf attribute for the ?error_msg* functions, since it
[oweals/busybox.git] / whoami.c
index 54df0bf12c778157b78abeb0ae03a2b059487b9d..0bbb54b7b2abaf594d844e0ac7ff3043cf4fa339 100644 (file)
--- a/whoami.c
+++ b/whoami.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int whoami_main(int argc, char **argv)
 {