summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-02-21 14:23:25 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-02-21 14:23:25 +0000
commitec31984c45d9b3dd272ec3ecb9a5270a00494699 (patch)
tree12d36225b1259a20edde36fe2fd58d6d8b9e7745 /sbc/sbc.c
parent5430ca31bc276a9d07c932383910ef600ef08c87 (diff)
Add SBC helper includes
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"