summaryrefslogtreecommitdiff
path: root/pceplib/pcep_utils_counters.h
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-04 23:29:59 +0000
committerSam James <sam@gentoo.org>2023-02-06 20:31:22 +0000
commit3c8c112df4d72d98c8646df1495cf26a84c2c3b7 (patch)
tree643dab5b755f5ad246ee250484d6c13d8509e96a /pceplib/pcep_utils_counters.h
parent51c48bdefdaabe957b9eac462e19593df8de51a4 (diff)
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/pcep_utils_counters.h')
-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 240e9758b7..b10ced7d65 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" {