summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-12 00:02:48 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-12 00:02:49 +0100
commita7266ef0b1804e3ddeea58bda9a416e807a55f88 (patch)
tree0245103a4704afed026ed8dbdd3bab776dea58d2 /minui/minui.h
parentMerge "remove pixelflinger from recovery" (diff)
parentseparate fbdev-specific code out from minui (diff)
downloadandroid_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar.gz
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar.bz2
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar.lz
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar.xz
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.tar.zst
android_bootable_recovery-a7266ef0b1804e3ddeea58bda9a416e807a55f88.zip
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 cb930cc4f..328da1e6c 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