summaryrefslogtreecommitdiff
path: root/command/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/audio.cpp')
-rw-r--r--command/audio.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/command/audio.cpp b/command/audio.cpp
index 3882de2..a5fc357 100644
--- a/command/audio.cpp
+++ b/command/audio.cpp
@@ -6,6 +6,11 @@
* $Id$
*/
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#include "audio.h"
cMarkAdAudio::cMarkAdAudio(MarkAdContext *maContext)