summaryrefslogtreecommitdiffstats
path: root/src/syslog_relay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syslog_relay.h')
-rw-r--r--src/syslog_relay.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/syslog_relay.h b/src/syslog_relay.h
index cd45775..d5263e2 100644
--- a/src/syslog_relay.h
+++ b/src/syslog_relay.h
@@ -22,13 +22,14 @@
#ifndef _SYSLOG_RELAY_H
#define _SYSLOG_RELAY_H
+#include "idevice.h"
#include "libimobiledevice/syslog_relay.h"
#include "service.h"
-#include "common/thread.h"
+#include <libimobiledevice-glue/thread.h>
struct syslog_relay_client_private {
service_client_t parent;
- thread_t worker;
+ THREAD_T worker;
};
void *syslog_relay_worker(void *arg);