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>
This commit is contained in:
Sam James 2023-02-04 23:29:59 +00:00
parent 51c48bdefd
commit 3c8c112df4
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -30,6 +30,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#ifdef __cplusplus
extern "C" {