[FFmpeg-cvslog] r13084 - trunk/tests/seek_test.c

diego subversion
Fri May 9 01:11:04 CEST 2008


Author: diego
Date: Fri May  9 01:11:04 2008
New Revision: 13084

Log:
#include required stdint.h header directly.


Modified:
   trunk/tests/seek_test.c

Modified: trunk/tests/seek_test.c
==============================================================================
--- trunk/tests/seek_test.c	(original)
+++ trunk/tests/seek_test.c	Fri May  9 01:11:04 2008
@@ -18,6 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>
 




More information about the ffmpeg-cvslog mailing list