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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index cb774a5..50f682f 100644 --- a/src/common.h +++ b/src/common.h @@ -22,12 +22,12 @@ #ifndef IDEVICERESTORE_COMMON_H #define IDEVICERESTORE_COMMON_H -#include - #ifdef __cplusplus extern "C" { #endif +#include + #define info(...) printf(__VA_ARGS__) #define error(...) fprintf(stderr, __VA_ARGS__) #define debug(...) if(idevicerestore_debug) fprintf(stderr, __VA_ARGS__) -- cgit v1.1-32-gdbae