Sfoglia il codice sorgente

bpf: Include bpf_endian.h in test_progs.c too.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 8 anni fa
parent
commit
e06422c439
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tools/testing/selftests/bpf/test_progs.c

+ 1 - 0
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;