diff options
-rw-r--r-- | audio.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |