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 8732530..9ee5ab2 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -12,6 +12,8 @@ #include <stdio.h> #include <arpa/inet.h> #include <string.h> + +#include "rt_names.h" #include "utils.h" #if __GLIBC__ >=2 && __GLIBC_MINOR >= 1 |