changeset 10890:7777dded6caa

printf() requires stdio.h
author pl
date Sat, 20 Sep 2003 11:57:42 +0000
parents 73e064cfcbb7
children 65ed62e138fa
files postproc/rgb2rgb.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/rgb2rgb.h	Sat Sep 20 10:24:10 2003 +0000
+++ b/postproc/rgb2rgb.h	Sat Sep 20 11:57:42 2003 +0000
@@ -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);