diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2017-11-02 17:55:31 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-11-29 18:03:28 +0100 |
commit | 6de59412eb7aee784325583dd1c95264e2dd5c6b (patch) | |
tree | 3cb85353af35370de9f5be1c58b86cabb4c5a5ae /minui | |
parent | minui: Only include graphics_adf.h if we do not build with MSM_BSP (diff) | |
download | android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar.gz android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar.bz2 android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar.lz android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar.xz android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.tar.zst android_bootable_recovery-6de59412eb7aee784325583dd1c95264e2dd5c6b.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/graphics_overlay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/graphics_overlay.h b/minui/graphics_overlay.h index 56f7401df..1b2f19a35 100644 --- a/minui/graphics_overlay.h +++ b/minui/graphics_overlay.h @@ -18,6 +18,7 @@ #define _GRAPHICS_OVERLAY_H_ #include <linux/fb.h> +#include <linux/ion.h> #include "graphics.h" #include "minui/minui.h" |