Commit 1ac738d0 authored by diego's avatar diego

Add #include "os_support.h" to restore OS/2 support.

patch by Dave Yeo, daveryeo telus net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11096 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ce677b1
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "avformat.h" #include "avformat.h"
#include "rtsp.h" #include "rtsp.h"
#include "rtp.h" #include "rtp.h"
#include "os_support.h"
#include <stdarg.h> #include <stdarg.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <unistd.h> #include <unistd.h>
#include <stdarg.h> #include <stdarg.h>
#include "network.h" #include "network.h"
#include "os_support.h"
#include <fcntl.h> #include <fcntl.h>
#define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_TX_BUF_SIZE (64 * 1024)
......
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