Commit 7f5fc224 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13116 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 383fcbe5
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment