summaryrefslogtreecommitdiffstats
path: root/pceplib
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-05 00:29:59 +0100
committerSam James <sam@gentoo.org>2023-02-06 21:31:22 +0100
commit3c8c112df4d72d98c8646df1495cf26a84c2c3b7 (patch)
tree643dab5b755f5ad246ee250484d6c13d8509e96a /pceplib
parentMerge pull request #12668 from anlancs/fix/zebra-evpn-missing-advertise (diff)
downloadfrr-3c8c112df4d72d98c8646df1495cf26a84c2c3b7.tar.xz
frr-3c8c112df4d72d98c8646df1495cf26a84c2c3b7.zip
pceplib: add <time.h> 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 <sam@gentoo.org>
Diffstat (limited to 'pceplib')
-rw-r--r--pceplib/pcep_utils_counters.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pceplib/pcep_utils_counters.h b/pceplib/pcep_utils_counters.h
index 240e9758b..b10ced7d6 100644
--- a/pceplib/pcep_utils_counters.h
+++ b/pceplib/pcep_utils_counters.h
@@ -30,6 +30,7 @@
#include <stdbool.h>
#include <stdint.h>
+#include <time.h>
#ifdef __cplusplus
extern "C" {