Commit 516ee8c0 authored by mstorsjo's avatar mstorsjo

Using struct timeval requires sys/time.h, fixes compilation on some OSes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22425 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbd28830
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#if HAVE_SYS_SELECT_H #if HAVE_SYS_SELECT_H
#include <sys/select.h> #include <sys/select.h>
#endif #endif
#include <sys/time.h>
#define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_TX_BUF_SIZE (64 * 1024)
#define RTP_RX_BUF_SIZE (128 * 1024) #define RTP_RX_BUF_SIZE (128 * 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