diff options
Diffstat (limited to 'command/queue.cpp')
-rw-r--r-- | command/queue.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/command/queue.cpp b/command/queue.cpp index a50e925..3c9413c 100644 --- a/command/queue.cpp +++ b/command/queue.cpp @@ -5,6 +5,14 @@ * */ +#include <stdlib.h> +#include <string.h> + +extern "C" +{ +#include "debug.h" +} + #include "queue.h" cMarkAdPaketQueue::cMarkAdPaketQueue(const char *Name, int Size) |