diff options
author | Doug Zongker <dougz@android.com> | 2014-03-11 21:22:04 +0100 |
---|---|---|
committer | Doug Zongker <dougz@google.com> | 2014-03-11 22:56:41 +0100 |
commit | 5290f2087a314506e2926edd9640cf1feb793866 (patch) | |
tree | 0245103a4704afed026ed8dbdd3bab776dea58d2 /minui/minui.h | |
parent | Merge "remove pixelflinger from recovery" (diff) | |
download | android_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 '')
-rw-r--r-- | minui/minui.h | 2 |
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 |