aboutsummaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-11 13:22:04 -0700
committerDoug Zongker <dougz@android.com>2014-03-11 13:22:04 -0700
commit830b3e33634391e8f7264e5567acf0b510ea2d19 (patch)
tree10e9e2e83f129846453276506dc257915a4044d8 /minui/minui.h
parent39cf417e17011a72dd39acfe4cc8c90af26bdbaf (diff)
downloadbootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.zip
bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.gz
bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.bz2
separate fbdev-specific code out from minui
Isolate the code that interacts with fbdev, in preparation for adding a new backend. Change-Id: I19105e9da1ca6408cebc110f7e2bb5abfb481ee9
Diffstat (limited to 'minui/minui.h')
-rw-r--r--minui/minui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/minui/minui.h b/minui/minui.h
index 83c121e..b4b57e1 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -17,6 +17,8 @@
#ifndef _MINUI_H_
#define _MINUI_H_
+#include <sys/types.h>
+
#include <stdbool.h>
#ifdef __cplusplus