Commit 31a45423 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

if_nameindex stub compilation fix

parent c586e247
...@@ -279,6 +279,7 @@ int vlc_poll (struct pollfd *, unsigned, int); ...@@ -279,6 +279,7 @@ int vlc_poll (struct pollfd *, unsigned, int);
#endif #endif
#ifndef HAVE_IF_NAMEINDEX #ifndef HAVE_IF_NAMEINDEX
#include <errno.h>
struct if_nameindex struct if_nameindex
{ {
unsigned if_index; unsigned if_index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment