summaryrefslogtreecommitdiff
path: root/ts2pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ts2pkt.h')
-rw-r--r--ts2pkt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ts2pkt.h b/ts2pkt.h
index 13efe54..36e5066 100644
--- a/ts2pkt.h
+++ b/ts2pkt.h
@@ -23,7 +23,7 @@ typedef unsigned char uchar;
#include <string.h>
#include "global.h"
-#include "tools.h"
+#include "queue.h"
class cMarkAdTS2Pkt
{
@@ -104,6 +104,7 @@ unsigned Length:
int recvnumber;
int counter;
+ bool sync;
cMarkAdPaketQueue *queue;