Turn off the printf attribute for the ?error_msg* functions, since it
[oweals/busybox.git] / rmmod.c
diff --git a/rmmod.c b/rmmod.c
index 7d4538e6e2a209b3fb566d39041d82990a03aefe..aab32612352c9cdb980a6fb2932ffbf869de4c1b 100644 (file)
--- a/rmmod.c
+++ b/rmmod.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/syscall.h>
 #include <linux/unistd.h>
+#include "busybox.h"
 #define __LIBRARY__