summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-12 03:42:57 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-12 03:42:57 +0100
commit239fb930e4d91de5d3a66997d32d43414055d40e (patch)
tree4dd40fb22829cca0f03b4f8544688623b158fbae /minui/minui.h
parentam c91612d4: Merge "remove pixelflinger from recovery" (diff)
parentMerge "separate fbdev-specific code out from minui" (diff)
downloadandroid_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar.gz
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar.bz2
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar.lz
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar.xz
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.tar.zst
android_bootable_recovery-239fb930e4d91de5d3a66997d32d43414055d40e.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