commit | e06422c43968916dc945018fd9220f60866470b1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon May 01 12:58:21 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 01 12:58:21 2017 -0700 |
tree | c972d745b41181e743a96105225f0eb3d8c6400e | |
parent | bc1bafbbe9b3558d7789ff151ef4f185b6ad21f3 [diff] [blame] |
bpf: Include bpf_endian.h in test_progs.c too. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c index 7c2d899..4ed049a 100644 --- a/tools/testing/selftests/bpf/test_progs.c +++ b/tools/testing/selftests/bpf/test_progs.c
@@ -29,6 +29,7 @@ typedef __u16 __sum16; #include <bpf/libbpf.h> #include "test_iptunnel_common.h" #include "bpf_util.h" +#include "bpf_endian.h" static int error_cnt, pass_cnt;