summaryrefslogtreecommitdiffstats
path: root/minuitwrp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-02-20 23:58:05 +0100
committerDees Troy <dees_troy@teamw.in>2015-03-05 04:11:44 +0100
commit2b18a53dc8079cff8f583b6597fc8951c3a82018 (patch)
treef5043a44858aa69d55a6b6cbb0cc4691abf3b3bc /minuitwrp
parentProperly initialize Archive_Current_Size to 0 in twrpTar (diff)
downloadandroid_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.gz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.bz2
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.lz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.xz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.zst
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.zip
Diffstat (limited to 'minuitwrp')
-rw-r--r--minuitwrp/graphics_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/minuitwrp/graphics_utils.c b/minuitwrp/graphics_utils.c
index 96f644962..6083c7599 100644
--- a/minuitwrp/graphics_utils.c
+++ b/minuitwrp/graphics_utils.c
@@ -15,6 +15,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <png.h>
#include <pixelflinger/pixelflinger.h>
#include <linux/fb.h>