Commit 7671594f authored by Teng Qin's avatar Teng Qin Committed by 4ast

Use headers from BCC in installed files (#793)

parent 8e6109bf
......@@ -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 */
......
......@@ -18,7 +18,7 @@
#ifndef LIBBPF_H
#define LIBBPF_H
#include <linux/bpf.h>
#include "compat/linux/bpf.h"
#ifdef __cplusplus
extern "C" {
......
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