From: Sam James Date: Sat, 4 Feb 2023 23:29:59 +0000 (+0000) Subject: pceplib: add include for time_t X-Git-Tag: frr-8.4.3~19^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F12752%2Fhead;p=mirror%2Ffrr.git pceplib: add include for time_t Fixes build on musl. Used for time_t in the header. Bug: https://bugs.gentoo.org/862558 Signed-off-by: Sam James (cherry picked from commit 3c8c112df4d72d98c8646df1495cf26a84c2c3b7) --- diff --git a/pceplib/pcep_utils_counters.h b/pceplib/pcep_utils_counters.h index 240e9758b7..b10ced7d65 100644 --- a/pceplib/pcep_utils_counters.h +++ b/pceplib/pcep_utils_counters.h @@ -30,6 +30,7 @@ #include #include +#include #ifdef __cplusplus extern "C" {