From 93115b82f07772584f33c5f4c59bcdfa042eb564 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Tue, 27 Nov 2007 11:42:09 +0000 Subject: [PATCH] Add #include "os_support.h" to restore OS/2 support. patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 1 + libavformat/rtpproto.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ffserver.c b/ffserver.c index 4f072286c6..c240c48907 100644 --- a/ffserver.c +++ b/ffserver.c @@ -28,6 +28,7 @@ #include "avformat.h" #include "rtsp.h" #include "rtp.h" +#include "os_support.h" #include #include diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 870273f8cc..d1d5a92477 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -24,6 +24,7 @@ #include #include #include "network.h" +#include "os_support.h" #include #define RTP_TX_BUF_SIZE (64 * 1024)