Fix up some silly macros and use xmalloc and friends exclusively.
[oweals/busybox.git] / fbset.c
diff --git a/fbset.c b/fbset.c
index 9acabbecb2ea4629fe0ce2d3b1f66708df8ec555..72284a6c5eebab6e41a90b0f87c9856bf56149c3 100644 (file)
--- a/fbset.c
+++ b/fbset.c
@@ -24,7 +24,6 @@
  *     Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be)
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -33,6 +32,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 #define DEFAULTFBDEV  "/dev/fb0"
 #define DEFAULTFBMODE "/etc/fb.modes"