[FFmpeg-cvslog] r15932 - trunk/libavcodec/qcelpdata.h
diego
subversion
Mon Nov 24 22:29:07 CET 2008
Author: diego
Date: Mon Nov 24 22:29:07 2008
New Revision: 15932
Log:
Add missing headers to get 'make checkheaders' closer to passing.
Modified:
trunk/libavcodec/qcelpdata.h
Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h (original)
+++ trunk/libavcodec/qcelpdata.h Mon Nov 24 22:29:07 2008
@@ -29,7 +29,9 @@
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/
+#include <stddef.h>
#include <stdint.h>
+#include "libavutil/common.h"
/**
* pre-calculated table for hammsinc function
More information about the ffmpeg-cvslog
mailing list