diff options
Diffstat (limited to 'fbset.c')
-rw-r--r-- | fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,6 @@ | |||
24 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) | 24 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "busybox.h" | ||
28 | #include <stdio.h> | 27 | #include <stdio.h> |
29 | #include <stdlib.h> | 28 | #include <stdlib.h> |
30 | #include <unistd.h> | 29 | #include <unistd.h> |
@@ -33,6 +32,7 @@ | |||
33 | #include <ctype.h> | 32 | #include <ctype.h> |
34 | #include <string.h> | 33 | #include <string.h> |
35 | #include <sys/ioctl.h> | 34 | #include <sys/ioctl.h> |
35 | #include "busybox.h" | ||
36 | 36 | ||
37 | #define DEFAULTFBDEV "/dev/fb0" | 37 | #define DEFAULTFBDEV "/dev/fb0" |
38 | #define DEFAULTFBMODE "/etc/fb.modes" | 38 | #define DEFAULTFBMODE "/etc/fb.modes" |