vlc | branch: master | David Fuhrmann <dfuhrm...@videolan.org> | Thu May 21 
18:49:44 2015 +0200| [342d6965bd10116fe64c57cd01f9abec21a7ed77] | committer: 
David Fuhrmann

src: fix compilation on platforms without MSG_NOSIGNAL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=342d6965bd10116fe64c57cd01f9abec21a7ed77
---

 src/network/rootbind.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/network/rootbind.c b/src/network/rootbind.c
index 9c24c97..64104d8 100644
--- a/src/network/rootbind.c
+++ b/src/network/rootbind.c
@@ -36,6 +36,9 @@ int rootwrap_bind (int, int, int, const struct sockaddr *, 
size_t);
 
 #ifdef ENABLE_ROOTWRAP
 
+#include <vlc_common.h>
+#include <vlc_network.h>
+
 #include <string.h>
 #include <stdlib.h>
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to