From 1f2bf1ea01fe6ff530a87d0f7d1a040e2a1297f1 Mon Sep 17 00:00:00 2001 From: Jesper Dangaard Brouer Date: Mon, 19 Aug 2024 15:12:25 +0200 Subject: [PATCH] cgroup-rstat-flushing: include errno.h issues The build check bots cannot handle include of errno.h. Trying different approaches. Signed-off-by: Jesper Dangaard Brouer --- examples/cgroup-rstat-flushing.bpf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cgroup-rstat-flushing.bpf.c b/examples/cgroup-rstat-flushing.bpf.c index 62329501..b5787537 100644 --- a/examples/cgroup-rstat-flushing.bpf.c +++ b/examples/cgroup-rstat-flushing.bpf.c @@ -10,7 +10,7 @@ #include #include #include "maps.bpf.h" -#include "errno.h" +#include #define MAX_CGROUP_LEVELS 5