From 4b813d5c5a1a98ee4149a05efd7c416fbfe8dd75 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 13 Nov 2003 22:20:12 +0000 Subject: [PATCH] * sys/types.h for size_t Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 16a3315030..64d0ce1644 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -13,6 +13,7 @@ extern "C" { #include "common.h" #include "rational.h" +#include /* size_t */ #define FFMPEG_VERSION_INT 0x000408 #define FFMPEG_VERSION "0.4.8"