From bae1ab9e614ab1497ebe300866244cd8ab6fdbca Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 27 Oct 2022 02:14:53 +0600 Subject: components/*.c: include slstatus.h this gives the compiler a chance to check weather the prototype and definiton matches or not, which would catch issues like 3c47701. --- components/netspeeds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'components/netspeeds.c') diff --git a/components/netspeeds.c b/components/netspeeds.c index 0029177..f7bac2e 100644 --- a/components/netspeeds.c +++ b/components/netspeeds.c @@ -3,6 +3,7 @@ #include #include "../util.h" +#include "../slstatus.h" #if defined(__linux__) #include -- cgit v1.2.3