changeset 2782:419e121ce80a libavformat

Add #include "os_support.h" to restore OS/2 support. patch by Dave Yeo, daveryeo telus net
author diego
date Tue, 27 Nov 2007 11:42:09 +0000
parents ef97cb4269d8
children 1a9db30c1d1c
files rtpproto.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtpproto.c	Tue Nov 27 11:27:50 2007 +0000
+++ b/rtpproto.c	Tue Nov 27 11:42:09 2007 +0000
@@ -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)