Commit e06422c4 authored by David S. Miller's avatar David S. Miller

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

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bc1bafbb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment