Commit 0354d767 authored by Michael Bolin's avatar Michael Bolin

Add #include to libbpf.h for base types.

parent 89aefcc9
......@@ -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