From a87e507134f674f06b3150b1e588a3707c6f4277 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 19 Mar 2012 01:42:38 +0100 Subject: Fix building on OSX --- src/debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index b1c528d..49ec7c7 100644 --- a/src/debug.c +++ b/src/debug.c @@ -35,8 +35,10 @@ #include "libimobiledevice/libimobiledevice.h" #ifndef STRIP_DEBUG_CODE +#ifndef HAVE_ASPRINTF #include "asprintf.h" #endif +#endif int debug_level = 0; -- cgit v1.1-32-gdbae