Commit 9d811a43 authored by Brenden Blanco's avatar Brenden Blanco

Use compat bpf_common.h for local clang build

Only the virtual_bpf.h should point to the installed kernel headers.
Signed-off-by: default avatarBrenden Blanco <bblanco@gmail.com>
parent 8581e94d
......@@ -8,7 +8,7 @@
#define _UAPI__LINUX_BPF_H__
#include <linux/types.h>
#include <linux/bpf_common.h>
#include "bpf_common.h"
/* Extended instruction set based on top of classic BPF */
......
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