summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbc/sbc.c')
-rw-r--r--sbc/sbc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbc/sbc.c b/sbc/sbc.c
index de479c4f..f14f59a9 100644
--- a/sbc/sbc.c
+++ b/sbc/sbc.c
@@ -25,4 +25,9 @@
#include <config.h>
#endif
+#include <stdint.h>
+
+#include "sbc_math.h"
+#include "sbc_tables.h"
+
#include "sbc.h"