[vlc-commits] src: fix compilation on platforms without MSG_NOSIGNAL
David Fuhrmann
git at videolan.org
Thu May 21 18:50:48 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at 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>
More information about the vlc-commits
mailing list