summaryrefslogtreecommitdiff
path: root/pceplib/pcep_utils_counters.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-02-07 11:05:46 +0200
committerGitHub <noreply@github.com>2023-02-07 11:05:46 +0200
commitb313408c016f52db06ee95a76572fc09cf16e56f (patch)
treebb4c01f1e23020da1a5cc2a640d7715e0efb9490 /pceplib/pcep_utils_counters.h
parentd83c36ee44f54d01598e8f120a05e407b8b87312 (diff)
parent3c8c112df4d72d98c8646df1495cf26a84c2c3b7 (diff)
Merge pull request #12741 from thesamesam/missing-time
pceplib: add <time.h> include for time_t
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" {