diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2019-12-17 12:28:10 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-12-18 00:19:31 +0100 |
commit | fb9a98e160f10555936e1c7041d4efda4954d1df (patch) | |
tree | 37388cee7767d2c3ec34a0004c35319b5075d477 /tools/testing/selftests/bpf/prog_tests/fentry_test.c | |
parent | 92f7440ecc9331aa1e274273d4a3cb5c58b69706 (diff) | |
download | linux-fb9a98e160f10555936e1c7041d4efda4954d1df.tar.bz2 |
libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
This fixes two issues with the newly introduced libbpf_common.h file:
- The header failed to include <string.h> for the definition of memset()
- The new file was not included in the install_headers rule in the Makefile
Both of these issues cause breakage when installing libbpf with 'make
install' and trying to use it in applications.
Fixes: 544402d4b493 ("libbpf: Extract common user-facing helpers")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20191217112810.768078-1-toke@redhat.com
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/fentry_test.c')
0 files changed, 0 insertions, 0 deletions