From 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 25 Apr 2013 17:43:54 +0100 Subject: common: Move debug and userpref code into libinternalcommon --- src/afc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afc.c') diff --git a/src/afc.c b/src/afc.c index f8ca27c..7b4a396 100644 --- a/src/afc.c +++ b/src/afc.c @@ -29,7 +29,7 @@ #include "afc.h" #include "idevice.h" -#include "debug.h" +#include "common/debug.h" #include "endianness.h" /** The maximum size an AFC data packet can be */ -- cgit v1.1-32-gdbae