aboutsummaryrefslogtreecommitdiffstats
path: root/faad_decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'faad_decoder.cpp')
-rw-r--r--faad_decoder.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/faad_decoder.cpp b/faad_decoder.cpp
index 5489e53..73ea374 100644
--- a/faad_decoder.cpp
+++ b/faad_decoder.cpp
@@ -21,8 +21,10 @@
Matthias P. Braendli <matthias@mpb.li>
*/
-#include "faad_decoder.h"
+#include "faad_decoder.hpp"
+extern "C" {
#include "wavfile.h"
+}
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>