From 586363286c8cedd8d01b0521e23868e6a125abb5 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Wed, 31 Jul 2019 06:20:22 -0400 Subject: testing/bcc: upgrade to 0.10.0 --- testing/libbpf/30-include-bits-reg.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/libbpf/30-include-bits-reg.patch (limited to 'testing/libbpf/30-include-bits-reg.patch') diff --git a/testing/libbpf/30-include-bits-reg.patch b/testing/libbpf/30-include-bits-reg.patch new file mode 100644 index 0000000000..fc3521a160 --- /dev/null +++ b/testing/libbpf/30-include-bits-reg.patch @@ -0,0 +1,12 @@ +diff --git a/src/hashmap.h b/src/hashmap.h +index 03748a7..e83055e 100644 +--- a/src/hashmap.h ++++ b/src/hashmap.h +@@ -10,4 +10,5 @@ + + #include + #include ++#include + #include "libbpf_internal.h" + + static inline size_t hash_bits(size_t h, int bits) -- cgit v1.2.3