summaryrefslogtreecommitdiffstats
path: root/src/debugserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugserver.c')
-rw-r--r--src/debugserver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debugserver.c b/src/debugserver.c
index 1774087..b6a8b62 100644
--- a/src/debugserver.c
+++ b/src/debugserver.c
@@ -29,10 +29,11 @@
29#define __USE_GNU 1 29#define __USE_GNU 1
30#include <stdio.h> 30#include <stdio.h>
31 31
32#include <libimobiledevice-glue/utils.h>
33
32#include "debugserver.h" 34#include "debugserver.h"
33#include "lockdown.h" 35#include "lockdown.h"
34#include "common/debug.h" 36#include "common/debug.h"
35#include "common/utils.h"
36#include "asprintf.h" 37#include "asprintf.h"
37 38
38/** 39/**