sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net

Originally committed as revision 13116 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Dave Yeo 2008-05-11 11:17:23 +00:00 committed by Diego Biurrun
parent 5fcc4a236b
commit 0a1b29dea7
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "libavformat/os_support.h"
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/types.h>
#include <sys/resource.h>
#elif defined(HAVE_GETPROCESSTIMES)
#include <windows.h>