[FFmpeg-cvslog] r19690 - trunk/libavcodec/twinvq_data.h
diego
subversion
Mon Aug 24 12:06:26 CEST 2009
Author: diego
Date: Mon Aug 24 12:06:26 2009
New Revision: 19690
Log:
Add missing header to fix 'make checkheaders'.
Modified:
trunk/libavcodec/twinvq_data.h
Modified: trunk/libavcodec/twinvq_data.h
==============================================================================
--- trunk/libavcodec/twinvq_data.h Sun Aug 23 17:39:42 2009 (r19689)
+++ trunk/libavcodec/twinvq_data.h Mon Aug 24 12:06:26 2009 (r19690)
@@ -22,6 +22,7 @@
#ifndef AVCODEC_TWINVQ_DATA_H
#define AVCODEC_TWINVQ_DATA_H
+#include <stddef.h>
#include <stdint.h>
/*
More information about the ffmpeg-cvslog
mailing list