]> git.sesse.net Git - vlc/blobdiff - src/network/io.c
Fix missing declaration (supposedly crash on amd64)
[vlc] / src / network / io.c
index a463569356247deed7cf23a43c7b4e7130baec2e..fd01cf5cafe0534216d491aa23fded43d94c782d 100644 (file)
@@ -74,6 +74,8 @@
 # define SOL_DCCP 269
 #endif
 
+#include "libvlc.h" /* vlc_object_waitpipe */
+
 extern int rootwrap_bind (int family, int socktype, int protocol,
                           const struct sockaddr *addr, size_t alen);