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@android.com>2014-03-11 21:22:04 +0100
commit830b3e33634391e8f7264e5567acf0b510ea2d19 (patch)
tree10e9e2e83f129846453276506dc257915a4044d8 /minui/minui.h
parentremove pixelflinger from recovery (diff)
downloadandroid_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.gz
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.bz2
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.lz
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.xz
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.tar.zst
android_bootable_recovery-830b3e33634391e8f7264e5567acf0b510ea2d19.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 83c121e26..b4b57e1db 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