summaryrefslogtreecommitdiffstats
path: root/stream/udp.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-20 23:19:18 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-20 23:19:18 +0000
commitc2035b4e2eae52099fa4da8c60d8498d6a2149f9 (patch)
tree38f55f3fab1a3cd04c84829d7b0d94980df205eb /stream/udp.c
parentc8007742e7799f6c53595b344e48c37208f808b5 (diff)
downloadmpv-c2035b4e2eae52099fa4da8c60d8498d6a2149f9.tar.bz2
mpv-c2035b4e2eae52099fa4da8c60d8498d6a2149f9.tar.xz
missing header for struct timeval
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19470 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/udp.c')
-rw-r--r--stream/udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/udp.c b/stream/udp.c
index b8928558e4..9790e1b7f5 100644
--- a/stream/udp.c
+++ b/stream/udp.c
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <ctype.h>
#include <netdb.h>