diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 57956852b..6bba6e077 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -25,9 +25,11 @@ #include <string.h> #include <fnmatch.h> +#define sysinfo kernel_sysinfo #include <linux/netdevice.h> #include <linux/if_arp.h> #include <linux/sockios.h> +#undef sysinfo #include "rt_names.h" #include "utils.h" |