printf() requires stdio.h
authorPierre Lombard <p_l@gmx.fr>
Sat, 20 Sep 2003 11:57:42 +0000 (11:57 +0000)
committerPierre Lombard <p_l@gmx.fr>
Sat, 20 Sep 2003 11:57:42 +0000 (11:57 +0000)
Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/rgb2rgb.h

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