1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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)
This commit is contained in:
Dave Yeo 2011-01-28 12:01:52 -08:00 committed by Michael Niedermayer
parent 8270482681
commit c053bba9e2

View File

@ -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"