OSDN Git Service

Fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 12:52:41 +0000 (12:52 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 12:52:41 +0000 (12:52 +0000)
Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/rgb2rgb.h

index f7e9e5d..f233e2c 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef RGB2RGB_INCLUDED
 #define RGB2RGB_INCLUDED
 
+#include <inttypes.h>
+
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)   (const uint8_t *src, uint8_t *dst, long src_size);
 extern void (*rgb24to16)   (const uint8_t *src, uint8_t *dst, long src_size);