mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-13 21:09:07 +08:00
include: Include linux/stddef.h
This fixes the build in environments such as Alpine Linux. See [0] for discussion. [0] https://github.com/libbpf/libbpf/pull/41 Signed-off-by: Adam Jensen
This commit is contained in:
committed by
Andrii Nakryiko
parent
22411acc4b
commit
060c8a99c4
@@ -7,6 +7,8 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <linux/stddef.h>
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <asm/posix_types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user