--- a/src/cc/api/BPFTable.cc +++ b/src/cc/api/BPFTable.cc @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include --- a/src/cc/api/BPF.cc +++ b/src/cc/api/BPF.cc @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include --- a/src/cc/perf_reader.c +++ b/src/cc/perf_reader.c @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include --- a/src/cc/libbpf/src/libbpf.c +++ b/src/cc/libbpf/src/libbpf.c @@ -12,6 +12,7 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif +#include #include #include #include --- a/src/cc/libbpf.c +++ b/src/cc/libbpf.c @@ -17,6 +17,7 @@ #define _GNU_SOURCE #endif +#include #include #include #include