]> 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)
commit7de16aec14660ca42028bfab7a7c9ef8455f3f75
treebff336ea4ee5ec871429eccae96bd9d1fdb4764b
parentc4827bf88d3ccf1d05795e1c6ba388de32abebac
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