summaryrefslogtreecommitdiffstats
path: root/liba52/a52.h
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/a52.h')
-rw-r--r--liba52/a52.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/liba52/a52.h b/liba52/a52.h
index 78a92ed16a..3547ad1d36 100644
--- a/liba52/a52.h
+++ b/liba52/a52.h
@@ -28,6 +28,9 @@
#ifndef A52_H
#define A52_H
+#include <stdint.h>
+#include "mm_accel.h"
+
#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else