Commit a0788cc6 authored by Dave Yeo's avatar Dave Yeo Committed by Janne Grunau

rtspenc: include os_support.h for system without HAVE_POLL_H

fix compile on OS/2
Signed-off-by: 's avatarJanne Grunau <janne-ffmpeg@jannau.net>
parent 04295054
......@@ -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"
......
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