Add #include "os_support.h" to restore OS/2 support.
authorDave Yeo <daveryeo@telus.net>
Tue, 27 Nov 2007 11:42:09 +0000 (11:42 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 27 Nov 2007 11:42:09 +0000 (11:42 +0000)
patch by Dave Yeo, daveryeo telus net

Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c
libavformat/rtpproto.c

index 4f07228..c240c48 100644 (file)
@@ -28,6 +28,7 @@
 #include "avformat.h"
 #include "rtsp.h"
 #include "rtp.h"
+#include "os_support.h"
 
 #include <stdarg.h>
 #include <unistd.h>
index 870273f..d1d5a92 100644 (file)
@@ -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)