diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/ipaddress.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 77368fb3c..88438179d 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -22,9 +22,8 @@ #include <arpa/inet.h> -#define sysinfo kernel_sysinfo -#include <linux/if_arp.h> -#undef sysinfo +#include <net/if.h> +#include <net/if_arp.h> #include "rt_names.h" #include "utils.h" |