changeset 23681:605ae92c644e

Fix 'make checkheaders'.
author diego
date Mon, 02 Jul 2007 12:52:41 +0000
parents de7be72572ee
children 4d2f01cbea0a
files libswscale/rgb2rgb.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb.h	Mon Jul 02 11:43:38 2007 +0000
+++ b/libswscale/rgb2rgb.h	Mon Jul 02 12:52:41 2007 +0000
@@ -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);