]> git.baikalelectronics.ru Git - kernel.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)
commit7f9a5272960ed28229af89474e29edfa8131f0f5
treebff336ea4ee5ec871429eccae96bd9d1fdb4764b
parenta50ffc5c5601372008c636ba5fbeba8c37d32d28
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