Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-12-11 14:46:30 +0300
committerJan Buethe <jbuethe@amazon.de>2023-12-11 14:46:30 +0300
commit429e0ca79cf2b1433d1d7be9a3830c1d8e348327 (patch)
tree1806b09df2da6f25712c991ffee66de905b20cff
parent122c8886d742c9953c31423324b83183c827e1ad (diff)
bugfix
-rw-r--r--silk/init_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/init_decoder.c b/silk/init_decoder.c
index 2dbda429..9c31c4f8 100644
--- a/silk/init_decoder.c
+++ b/silk/init_decoder.c
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "osce.h"
#endif
-#include "struct.h"
+#include "structs.h"
/************************/
/* Reset Decoder State */