commit | 2b18a53dc8079cff8f583b6597fc8951c3a82018 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Feb 20 16:58:05 2015 -0600 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Mar 05 04:11:44 2015 +0100 |
tree | f5043a44858aa69d55a6b6cbb0cc4691abf3b3bc | |
parent | 1a147a41aea36ddddaab7b81a9bac1ef80a67a02 [diff] [blame] |
Address a few compiler warnings Change-Id: I6e063fba8d58c8c53da6bca6292c84e3392aee50
diff --git a/minuitwrp/graphics_utils.c b/minuitwrp/graphics_utils.c index 96f6449..6083c75 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>