diff options
author | Martin Szulecki | 2014-10-03 16:17:04 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-03 16:29:42 +0200 |
commit | 2fe46acbbbdb93d919a1aeb435ea1e4db160f5e1 (patch) | |
tree | 0949e8b87fcb1a88fc2d31b3065a0a125a2823ad /common/debug.c | |
parent | 890638f41881965e4aebe3bee78cb74ee7b0cf36 (diff) | |
download | libimobiledevice-2fe46acbbbdb93d919a1aeb435ea1e4db160f5e1.tar.gz libimobiledevice-2fe46acbbbdb93d919a1aeb435ea1e4db160f5e1.tar.bz2 |
common: Fix distcheck target
Diffstat (limited to 'common/debug.c')
-rw-r--r-- | common/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debug.c b/common/debug.c index a7e33df..e497501 100644 --- a/common/debug.c +++ b/common/debug.c @@ -32,8 +32,8 @@ #include <time.h> #include "debug.h" -#include "idevice.h" #include "libimobiledevice/libimobiledevice.h" +#include "src/idevice.h" #ifndef STRIP_DEBUG_CODE #include "asprintf.h" |