Commit 3d221163 authored by Teng Qin's avatar Teng Qin Committed by GitHub

Merge pull request #1984 from bolinfest/libbpf-includes

Add #include to libbpf.h for base types.
parents 89aefcc9 0354d767
......@@ -19,6 +19,8 @@
#define LIBBPF_H
#include "compat/linux/bpf.h"
#include <stdint.h>
#include <sys/types.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