[vlc-devel] commit: Include vlc_common.h to get VLC_UNUSED() (Pierre d'Herbemont )

git version control git at videolan.org
Mon Mar 3 18:14:28 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Mar  3 18:14:01 2008 +0100| [805980f9540538da4ca6f1f6d8fcf9a19f34375f]

Include vlc_common.h to get VLC_UNUSED()

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

 src/network/io.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/network/io.c b/src/network/io.c
index 905f605..7d7ce71 100644
--- a/src/network/io.c
+++ b/src/network/io.c
@@ -54,6 +54,7 @@
 #   include <poll.h>
 #endif
 
+#include <vlc_common.h>
 #include <vlc_network.h>
 
 #ifndef INADDR_ANY




More information about the vlc-devel mailing list