commit aca1539bb54832b5a9f9f6fbd823f60366a6594a parent 08a6762bc23f0cf43999210cdc0771babf94926b Author: Yersa Nordman <yersa@finwo.nl> Date: Thu, 26 Oct 2023 23:19:37 +0200 Fix time header inclusion Diffstat:
| M | src/http-server.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/http-server.c b/src/http-server.c @@ -1,5 +1,7 @@ #if defined(_WIN32) || defined(_WIN64) #include <windows.h> +#else +#include <time.h> #endif #include <stdbool.h>