* sys/types.h for size_t

Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2003-11-13 22:20:12 +00:00
parent 67070e4f29
commit 4b813d5c5a
1 changed files with 1 additions and 0 deletions

View File

@ -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"