[FFmpeg-cvslog] r19484 - trunk/libavcodec/cga_data.h

diego subversion
Wed Jul 22 17:11:00 CEST 2009


Author: diego
Date: Wed Jul 22 17:11:00 2009
New Revision: 19484

Log:
Add missing stdint.h #include to fix 'make checkheaders'.

Modified:
   trunk/libavcodec/cga_data.h

Modified: trunk/libavcodec/cga_data.h
==============================================================================
--- trunk/libavcodec/cga_data.h	Wed Jul 22 10:28:58 2009	(r19483)
+++ trunk/libavcodec/cga_data.h	Wed Jul 22 17:11:00 2009	(r19484)
@@ -21,6 +21,8 @@
 #ifndef AVCODEC_CGA_DATA_H
 #define AVCODEC_CGA_DATA_H
 
+#include <stdint.h>
+
 extern const uint8_t ff_cga_font[2048];
 extern const uint32_t ff_cga_palette[16];
 



More information about the ffmpeg-cvslog mailing list