diff options
Diffstat (limited to 'libavcodec/avcodec.h')
-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" |