From 0df63036c888220ea2d5c122f3c19861b0959167 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 14 Sep 2011 01:39:02 +0200 Subject: Refined asprintf/vasprintf detection and inclusion --- src/debug.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 49ec7c7..b1c528d 100644 --- a/src/debug.c +++ b/src/debug.c @@ -35,10 +35,8 @@ #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