diff options
author | Dave Yeo <daveryeo@telus.net> | 2011-01-28 12:01:52 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-30 03:41:00 +0100 |
commit | c053bba9e23cb98db34365962a562ccc72eeea60 (patch) | |
tree | 537eae27ac60cc55dbc4c58a56c4ae50796557dd | |
parent | 827048268163bfe41438e0abbb2f8b131d3aa085 (diff) | |
download | ffmpeg-c053bba9e23cb98db34365962a562ccc72eeea60.tar.gz |
rtspenc: include os_support.h for system without HAVE_POLL_H
fix compile on OS/2
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit a0788cc6273a7a33cc111f7248248c71fd009916)
-rw-r--r-- | libavformat/rtspenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtspenc.c b/libavformat/rtspenc.c index 88f093f5c1..d54be1a5c2 100644 --- a/libavformat/rtspenc.c +++ b/libavformat/rtspenc.c @@ -26,6 +26,7 @@ #include <poll.h> #endif #include "network.h" +#include "os_support.h" #include "rtsp.h" #include "internal.h" #include "libavutil/intreadwrite.h" |