summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-11 21:22:04 +0100
committerDoug Zongker <dougz@google.com>2014-03-11 22:56:41 +0100
commit5290f2087a314506e2926edd9640cf1feb793866 (patch)
tree0245103a4704afed026ed8dbdd3bab776dea58d2 /minui/minui.h
parentMerge "remove pixelflinger from recovery" (diff)
downloadandroid_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar.gz
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar.bz2
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar.lz
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar.xz
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.tar.zst
android_bootable_recovery-5290f2087a314506e2926edd9640cf1feb793866.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