summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index 1b13c5686e..4ab7086677 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -22,6 +22,7 @@
#include <unistd.h>
#include "network.h"
#include "os_support.h"
+#include <sys/select.h>
#include <sys/time.h>
typedef struct TCPContext {