Skip to content

Commit

Permalink
Merge pull request iovisor#1984 from bolinfest/libbpf-includes
Browse files Browse the repository at this point in the history
Add #include to libbpf.h for base types.
  • Loading branch information
palmtenor committed Sep 25, 2018
2 parents 89aefcc + 0354d76 commit 3d22116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cc/libbpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#define LIBBPF_H

#include "compat/linux/bpf.h"
#include <stdint.h>
#include <sys/types.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 3d22116

Please sign in to comment.