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
pull/126/head
Dave Yeo 17 years ago committed by Diego Biurrun
parent 5fcc4a236b
commit 0a1b29dea7
  1. 1
      ffmpeg.c

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

Loading…
Cancel
Save