]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bpf: Include bpf_endian.h in test_progs.c too.
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 19:58:21 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 19:58:21 +0000 (12:58 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/test_progs.c

index 7c2d899c8f4372b0e69518347c67ba81851f972e..4ed049a0b14bcc3054b8da0132adbc06e820f590 100644 (file)
@@ -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;