]> git.sesse.net Git - vlc/commitdiff
Include vlc_common.h to get VLC_UNUSED()
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 3 Mar 2008 17:14:01 +0000 (18:14 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 3 Mar 2008 17:14:15 +0000 (18:14 +0100)
src/network/io.c

index 905f605cb8d4c026875481a0f97385e5bd819fef..7d7ce7163b8f314c9c5d52f24724293084a91436 100644 (file)
@@ -54,6 +54,7 @@
 #   include <poll.h>
 #endif
 
+#include <vlc_common.h>
 #include <vlc_network.h>
 
 #ifndef INADDR_ANY