diff options
Diffstat (limited to 'command/ts2pkt.cpp')
-rw-r--r-- | command/ts2pkt.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/command/ts2pkt.cpp b/command/ts2pkt.cpp index c286257..583cf1b 100644 --- a/command/ts2pkt.cpp +++ b/command/ts2pkt.cpp @@ -5,6 +5,14 @@ * */ +#include <stdlib.h> +#include <string.h> + +extern "C" +{ +#include "debug.h" +} + #include "ts2pkt.h" cMarkAdTS2Pkt::cMarkAdTS2Pkt(const char *QueueName, int QueueSize) |