Fix func prototype
[oweals/busybox.git] / uname.c
diff --git a/uname.c b/uname.c
index 899da7792f41cff142d6177b0d5ba8deec10f452..4931ff1d8f55c43492014b31ec889552a8d650c0 100644 (file)
--- a/uname.c
+++ b/uname.c
@@ -31,7 +31,6 @@
 
 /* Busyboxed by Erik Andersen */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
@@ -40,6 +39,7 @@
 #if defined (HAVE_SYSINFO) && defined (HAVE_SYS_SYSTEMINFO_H)
 # include <sys/systeminfo.h>
 #endif
+#include "busybox.h"
 
 static void print_element(unsigned int mask, char *element);