diff stream/stream.c @ 31496:4c959d99d30a

Add missing include for usec_sleep.
author reimar
date Sun, 27 Jun 2010 14:49:35 +0000
parents b2bb87b92146
children 9a590e7aac57
line wrap: on
line diff
--- a/stream/stream.c	Sun Jun 27 14:47:50 2010 +0000
+++ b/stream/stream.c	Sun Jun 27 14:49:35 2010 +0000
@@ -38,6 +38,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "osdep/shmem.h"
+#include "osdep/timer.h"
 #include "network.h"
 #include "stream.h"
 #include "libmpdemux/demuxer.h"