From 9b402cd4a394c8467442261ec3912eea5835f6a4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 26 Nov 2016 17:13:34 +0100 Subject: [PATCH] Add compat/strl.h --- deps/civetweb/civetweb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/civetweb/civetweb.c b/deps/civetweb/civetweb.c index 448946269a..0692c44ea6 100644 --- a/deps/civetweb/civetweb.c +++ b/deps/civetweb/civetweb.c @@ -132,6 +132,7 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check"); #include #include +#include /* clock_gettime is not implemented on OSX */ int clock_gettime(int clk_id, struct timespec *t);