# HG changeset patch # User diego # Date 1219001173 0 # Node ID a8a999207b1aaa8651b2a66b9a158ec986a7332a # Parent 69d5f318275fbfa7791eeb8299c13d3659d37717 Add missing header includes to fix 'make checkheaders'. diff -r 69d5f318275f -r a8a999207b1a lpc.h --- a/lpc.h Sun Aug 17 17:41:48 2008 +0000 +++ b/lpc.h Sun Aug 17 19:26:13 2008 +0000 @@ -22,7 +22,8 @@ #ifndef FFMPEG_LPC_H #define FFMPEG_LPC_H -#include +#include +#include "dsputil.h" #define ORDER_METHOD_EST 0 #define ORDER_METHOD_2LEVEL 1