summaryrefslogtreecommitdiffstats
path: root/fb2png/main.c
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2017-01-11 22:31:00 +0100
committerMatt Mower <mowerm@gmail.com>2017-01-18 20:04:35 +0100
commit908a27728c15a679cc14fcfd3b98c896b9f4ab7c (patch)
tree87121d1b616b8dec18a0c08913fd67860cca8ff5 /fb2png/main.c
parentinit: Remove duplicate trigger of load_system_props_action (diff)
downloadandroid_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar.gz
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar.bz2
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar.lz
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar.xz
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.tar.zst
android_bootable_recovery-908a27728c15a679cc14fcfd3b98c896b9f4ab7c.zip
Diffstat (limited to 'fb2png/main.c')
-rw-r--r--fb2png/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fb2png/main.c b/fb2png/main.c
index 84e08a968..235e958f9 100644
--- a/fb2png/main.c
+++ b/fb2png/main.c
@@ -17,9 +17,12 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include <stdio.h>
+
#include <limits.h>
+#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+
#include "fb2png.h"
#ifdef ANDROID