summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/lpc.h')
-rw-r--r--apps/codecs/libspeex/lpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/lpc.h b/apps/codecs/libspeex/lpc.h
index d64df96741..952ecdd933 100644
--- a/apps/codecs/libspeex/lpc.h
+++ b/apps/codecs/libspeex/lpc.h
@@ -35,7 +35,7 @@
35#ifndef LPC_H 35#ifndef LPC_H
36#define LPC_H 36#define LPC_H
37 37
38#include "misc.h" 38#include "arch.h"
39 39
40void _spx_autocorr( 40void _spx_autocorr(
41 const spx_word16_t * x, /* in: [0...n-1] samples x */ 41 const spx_word16_t * x, /* in: [0...n-1] samples x */