Commit cda5f98a authored by Teng Qin's avatar Teng Qin Committed by yonghong-song

Fix include style for bcc_syms.h (#2148)

Across the repo (see libbpf.h, api/BPF.h) we always use the custom header search include, to make it easier to work with different build environments.
parent 4c5509fc
......@@ -21,7 +21,7 @@ extern "C" {
#endif
#include <stdint.h>
#include <compat/linux/bpf.h>
#include "compat/linux/bpf.h"
struct bcc_symbol {
const char *name;
......
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