On 12/17/19 10:58 PM, Yonghong Song wrote:
On 12/17/19 3:28 AM, Toke Høiland-Jørgensen wrote:
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@xxxxxxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>
Applied, thanks!