From 93115b82f07772584f33c5f4c59bcdfa042eb564 Mon Sep 17 00:00:00 2001
From: Dave Yeo <daveryeo@telus.net>
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 4f072286c67..c240c48907b 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 <stdarg.h>
 #include <unistd.h>
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 870273f8cc7..d1d5a924773 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -24,6 +24,7 @@
 #include <unistd.h>
 #include <stdarg.h>
 #include "network.h"
+#include "os_support.h"
 #include <fcntl.h>
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)
-- 
GitLab