summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/queue.h b/queue.h
index f550e62..20cac32 100644
--- a/queue.h
+++ b/queue.h
@@ -8,14 +8,18 @@
#ifndef __queue_h_
#define __queue_h_
-#include <vdr/tools.h> // needed for (d/e/i)syslog
-#include "debug.h"
+#include <stdlib.h>
+#include <stdint.h>
+#include <string.h>
#ifndef uchar
typedef unsigned char uchar;
#endif
-#include <string.h>
+extern "C"
+{
+#include "debug.h"
+}
class cMarkAdPaketQueue
{