Skip to content

Commit

Permalink
Add #include to libbpf.h for base types.
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinfest committed Sep 21, 2018
1 parent 89aefcc commit 0354d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cc/libbpf.h
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 0354d76

Please sign in to comment.