diff --git a/lsif.c b/lsif.c index b97b2482..2f859131 100644 --- a/lsif.c +++ b/lsif.c @@ -51,7 +51,9 @@ #if __MACH__ #include #endif +#ifndef HAVE_LINUX_IF_H #include +#endif /* On platforms that have variable length ifreq use the old fixed length interface instead */