From c2531f3f54e08dcd2828a6c82778aca2f47f0c5a Mon Sep 17 00:00:00 2001
From: Christophe Fergeau
Date: Mon, 29 Dec 2008 12:05:52 +0100
Subject: Add missing #include "utils.h"

---
 src/AFC.c      | 1 +
 src/lockdown.c | 1 +
 src/usbmux.c   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/AFC.c b/src/AFC.c
index 54ea1bb..99c1849 100644
--- a/src/AFC.c
+++ b/src/AFC.c
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include "AFC.h"
 #include "plist.h"
+#include "utils.h"
 
 
 // This is the maximum size an AFC data packet can be
diff --git a/src/lockdown.c b/src/lockdown.c
index 65cbf90..80d3937 100644
--- a/src/lockdown.c
+++ b/src/lockdown.c
@@ -20,6 +20,7 @@
  */
 
 #include "usbmux.h"
+#include "utils.h"
 #include "iphone.h"
 #include "lockdown.h"
 #include "userpref.h"
diff --git a/src/usbmux.c b/src/usbmux.c
index 2114758..9fb75ef 100644
--- a/src/usbmux.c
+++ b/src/usbmux.c
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include "usbmux.h"
+#include "utils.h"
 
 static iphone_umux_client_t *connlist = NULL;
 static int clients = 0;
-- 
cgit v1.1-32-gdbae