From 930f4b350474435e011b9dca18424dd1c42ea353 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Mon, 21 Jun 2010 03:47:54 -0400 Subject: Finally fixed the out of control problem --- src/img3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/img3.c') diff --git a/src/img3.c b/src/img3.c index 5c79e54..902bea4 100644 --- a/src/img3.c +++ b/src/img3.c @@ -24,6 +24,7 @@ #include #include "img3.h" +#include "common.h" #include "idevicerestore.h" img3_file* img3_parse_file(char* data, int size) { -- cgit v1.1-32-gdbae