Skip to content

Commit

Permalink
Include stddef.h for size_t in bcc_elf.h
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Misono <[email protected]>
  • Loading branch information
mmisono authored and yonghong-song committed Nov 18, 2019
1 parent 6ee245b commit b8ab98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cc/bcc_elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
extern "C" {
#endif

#include <stddef.h>
#include <stdint.h>

struct bcc_elf_usdt {
Expand Down

0 comments on commit b8ab98b

Please sign in to comment.