[vlc-commits] if_nameindex stub compilation fix

Jean-Baptiste Kempf git at videolan.org
Mon Jun 13 17:22:27 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 13 17:13:40 2011 +0200| [31a45423f6eb557e8d1b8f0160031f4b664edc49] | committer: Jean-Baptiste Kempf

if_nameindex stub compilation fix

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

 include/vlc_fixups.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index 929ad07..ead3ac3 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -279,6 +279,7 @@ int vlc_poll (struct pollfd *, unsigned, int);
 #endif
 
 #ifndef HAVE_IF_NAMEINDEX
+#include <errno.h>
 struct if_nameindex
 {
     unsigned if_index;



More information about the vlc-commits mailing list