shithub: opus

Download patch

ref: a75e25dac59fb6750a635d4d36f6c8dd22e900d5
parent: 23e82b26dd345cd5696bb171f4f4e0b455bfd7a0
author: Jean-Marc Valin <[email protected]>
date: Mon Mar 24 04:32:49 EDT 2008

include "dsplib.h" in fixed_c5x.h

--- a/libcelt/fixed_c5x.h
+++ b/libcelt/fixed_c5x.h
@@ -35,6 +35,8 @@
 #ifndef FIXED_C5X_H
 #define FIXED_C5X_H
 
+#include "dsplib.h"
+
 #undef MAX16
 #define MAX16(a,b) _max(a,b)