diff options
-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 @@ | |||
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include <fnmatch.h> | 26 | #include <fnmatch.h> |
27 | 27 | ||
28 | #define sysinfo kernel_sysinfo | ||
28 | #include <linux/netdevice.h> | 29 | #include <linux/netdevice.h> |
29 | #include <linux/if_arp.h> | 30 | #include <linux/if_arp.h> |
30 | #include <linux/sockios.h> | 31 | #include <linux/sockios.h> |
32 | #undef sysinfo | ||
31 | 33 | ||
32 | #include "rt_names.h" | 34 | #include "rt_names.h" |
33 | #include "utils.h" | 35 | #include "utils.h" |