diff options
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 873253050..9ee5ab23f 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c | |||
@@ -12,6 +12,8 @@ | |||
12 | #include <stdio.h> | 12 | #include <stdio.h> |
13 | #include <arpa/inet.h> | 13 | #include <arpa/inet.h> |
14 | #include <string.h> | 14 | #include <string.h> |
15 | |||
16 | #include "rt_names.h" | ||
15 | #include "utils.h" | 17 | #include "utils.h" |
16 | 18 | ||
17 | #if __GLIBC__ >=2 && __GLIBC_MINOR >= 1 | 19 | #if __GLIBC__ >=2 && __GLIBC_MINOR >= 1 |