libksi: make build under C11 C standard

This commit is contained in:
Rainer Gerhards 2024-11-15 12:51:51 +01:00
parent ebdddad8d8
commit e6ee7d2617
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -1,3 +1,5 @@
#define _POSIX_C_SOURCE 199309L
#include <malloc.h>
#include <time.h>
#include <errno.h>