]> asedeno.scripts.mit.edu Git - linux.git/commit
libbpf: ensure libbpf.h is included along libbpf_internal.h
authorAndrii Nakryiko <andriin@fb.com>
Fri, 24 May 2019 18:58:56 +0000 (11:58 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 24 May 2019 21:05:57 +0000 (14:05 -0700)
commit1d7a08b3bdaec1e25ba7979ff598272b7e34318f
treebff336ea4ee5ec871429eccae96bd9d1fdb4764b
parentc87f60a77db2c01770ef9c6ea792a1d39c3594ff
libbpf: ensure libbpf.h is included along libbpf_internal.h

libbpf_internal.h expects a bunch of stuff defined in libbpf.h to be
defined. This patch makes sure that libbpf.h is always included.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf_internal.h