From 031d8b75bd0aec8c1e423389cce851b55c10daa7 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 5 Jul 2021 10:29:37 +0200 Subject: [PATCH] netstats: add missing cib.h include --- sys/include/net/netstats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/net/netstats.h b/sys/include/net/netstats.h index 2b19958887..ef2e21f13f 100644 --- a/sys/include/net/netstats.h +++ b/sys/include/net/netstats.h @@ -19,6 +19,7 @@ */ #include +#include "cib.h" #include "net/l2util.h" #include "mutex.h"