diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-11-13 22:20:12 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-11-13 22:20:12 +0000 |
commit | 4b813d5c5a1a98ee4149a05efd7c416fbfe8dd75 (patch) | |
tree | dabc32a9d3bb1b3a31805cd846132368dd278a14 /libavcodec | |
parent | 67070e4f296d1adb2bb7dbb8766a56d234adb804 (diff) | |
download | ffmpeg-4b813d5c5a1a98ee4149a05efd7c416fbfe8dd75.tar.gz |
* sys/types.h for size_t
Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h> /* size_t */ #define FFMPEG_VERSION_INT 0x000408 #define FFMPEG_VERSION "0.4.8" |