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/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index 07a7075..8e76697 100644 --- a/src/common.c +++ b/src/common.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include "common.h" int idevicerestore_debug = 0; -- cgit v1.1-32-gdbae