aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r--util-linux/fbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index bd584e460..f963040bd 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -12,7 +12,7 @@
12 * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) 12 * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be)
13 */ 13 */
14 14
15#include "busybox.h" 15#include "libbb.h"
16 16
17#define DEFAULTFBDEV FB_0 17#define DEFAULTFBDEV FB_0
18#define DEFAULTFBMODE "/etc/fb.modes" 18#define DEFAULTFBMODE "/etc/fb.modes"