diff options
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index f026ab7e6..a3fe9d376 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include "rt_names.h" | 16 | #include "rt_names.h" |
17 | #include "utils.h" | 17 | #include "utils.h" |
18 | 18 | ||
19 | #if __GLIBC__ >=2 && __GLIBC_MINOR >= 1 | 19 | #if __GLIBC__ >=2 && __GLIBC_MINOR__ >= 1 |
20 | #include <net/ethernet.h> | 20 | #include <net/ethernet.h> |
21 | #else | 21 | #else |
22 | #include <linux/if_ether.h> | 22 | #include <linux/if_ether.h> |