summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index ef3eb0e..f550e62 100644
--- a/queue.h
+++ b/queue.h
@@ -9,6 +9,7 @@
#define __queue_h_
#include <vdr/tools.h> // needed for (d/e/i)syslog
+#include "debug.h"
#ifndef uchar
typedef unsigned char uchar;
@@ -113,6 +114,7 @@ private:
} pktinfo;
int percent;
+ int mpercent;
uchar *buffer;
int maxqueue;