diff stream/stream_udp.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 9494acd724a9
children ebcf337f1786
line wrap: on
line diff
--- a/stream/stream_udp.c	Wed Oct 26 15:12:25 2011 +0000
+++ b/stream/stream_udp.c	Wed Oct 26 15:12:35 2011 +0000
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "mp_msg.h"
 #include "network.h"
 #include "stream.h"
 #include "url.h"