summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-27 19:55:02 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-27 19:55:02 +0100
commit2863a88a41959952cfce6b9c01c55d33a3252ef2 (patch)
treedd3494133c3d8f631b8fcc3c3d0a80a9e12ee1fa /queue.h
parentbf0339d02b66db18a54ce4862370f2ba2fa5034f (diff)
downloadvdr-plugin-markad-2863a88a41959952cfce6b9c01c55d33a3252ef2.tar.gz
vdr-plugin-markad-2863a88a41959952cfce6b9c01c55d33a3252ef2.tar.bz2
Got rid of <vdr/tool.h> dependency
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
{