mirror_iproute2/testsuite/tools
David Ahern 82cdb4d445 tools: Fix include path for generate_nlmsg
Compile of tools directory fails with:

make -C tools
    CC       generate_nlmsg
../../lib/libnetlink.c:28:27: fatal error: linux/nexthop.h: No such file or directory
 #include <linux/nexthop.h>
                           ^
compilation terminated.

Add local uapi to build path.

Fixes: 74829ca7dd ("libnetlink: Add helper to create nexthop dump request")
Signed-off-by: David Ahern <dsahern@gmail.com>
2019-06-14 06:50:55 -07:00
..
generate_nlmsg.c testsuite: Generate nlmsg blob at runtime 2017-02-09 17:28:48 -08:00
Makefile tools: Fix include path for generate_nlmsg 2019-06-14 06:50:55 -07:00