diff options
| author | 2014-10-03 16:17:04 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 32 | #include <time.h> | 32 | #include <time.h> |
| 33 | 33 | ||
| 34 | #include "debug.h" | 34 | #include "debug.h" |
| 35 | #include "idevice.h" | ||
| 36 | #include "libimobiledevice/libimobiledevice.h" | 35 | #include "libimobiledevice/libimobiledevice.h" |
| 36 | #include "src/idevice.h" | ||
| 37 | 37 | ||
| 38 | #ifndef STRIP_DEBUG_CODE | 38 | #ifndef STRIP_DEBUG_CODE |
| 39 | #include "asprintf.h" | 39 | #include "asprintf.h" |
