summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/audio.h b/audio.h
index 5a86d3a..8995732 100644
--- a/audio.h
+++ b/audio.h
@@ -8,10 +8,18 @@
#ifndef __audio_h_
#define __audio_h_
-#include <vdr/tools.h> // needed for (d/e/i)syslog
#include <netinet/in.h> // for htonl
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "global.h"
+
+extern "C"
+{
+#include "debug.h"
+}
+
#if 0
#include "audio_gain_analysis.h"
#endif