From: Donald Sharp Date: Thu, 4 Jan 2024 19:43:46 +0000 (-0500) Subject: lib, sharpd: Move sys/resource.h to where it is used X-Git-Tag: base_10.0~151^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d69ac58c657cd4a37281b0c57918a68c85508fcd;p=matthieu%2Ffrr.git lib, sharpd: Move sys/resource.h to where it is used Signed-off-by: Donald Sharp --- diff --git a/lib/zebra.h b/lib/zebra.h index e68cb33203..8de71d0177 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include diff --git a/sharpd/sharp_logpump.c b/sharpd/sharp_logpump.c index 5474e80b11..d02921f287 100644 --- a/sharpd/sharp_logpump.c +++ b/sharpd/sharp_logpump.c @@ -5,6 +5,7 @@ */ #include +#include #include "vty.h" #include "command.h"