aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-05-01 12:58:21 -0700
committerDavid S. Miller <davem@davemloft.net>2017-05-01 12:58:21 -0700
commite06422c43968916dc945018fd9220f60866470b1 (patch)
treec972d745b41181e743a96105225f0eb3d8c6400e /tools/testing
parentbpf: Move endianness BPF helpers out of bpf_util.h (diff)
downloadlinux-dev-e06422c43968916dc945018fd9220f60866470b1.tar.xz
linux-dev-e06422c43968916dc945018fd9220f60866470b1.zip
bpf: Include bpf_endian.h in test_progs.c too.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/bpf/test_progs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c
index 7c2d899c8f43..4ed049a0b14b 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;