summaryrefslogtreecommitdiffstats
path: root/include/fb.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-30 12:39:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-31 08:32:59 +0200
commitb381e781bffa9c285c36c34a291cf00be4155a14 (patch)
tree10f62fe9bb276629709195c94ebe7eeb205312ff /include/fb.h
parent3ece590c383624f04b23ff12fab077166a869f51 (diff)
downloadbarebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.gz
barebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.xz
treewide include/: Add missing includes
This adds several missing includes to files under include/ which we relied on being included implicitly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/fb.h')
-rw-r--r--include/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fb.h b/include/fb.h
index 23d6c6d025..df4ba8ebe7 100644
--- a/include/fb.h
+++ b/include/fb.h
@@ -3,6 +3,7 @@
#include <ioctl.h>
#include <param.h>
+#include <driver.h>
#define FB_VISUAL_TRUECOLOR 2 /* True color */
#define FB_VISUAL_PSEUDOCOLOR 3 /* Pseudo color (like atari) */