From 2fe46acbbbdb93d919a1aeb435ea1e4db160f5e1 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 3 Oct 2014 16:17:04 +0200 Subject: common: Fix distcheck target --- common/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/debug.c') 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 #include "debug.h" -#include "idevice.h" #include "libimobiledevice/libimobiledevice.h" +#include "src/idevice.h" #ifndef STRIP_DEBUG_CODE #include "asprintf.h" -- cgit v1.1-32-gdbae