From 5c048e3cc432d67641dd7d493108a3fc2c0ed0c5 Mon Sep 17 00:00:00 2001 From: Victor Hora Date: Thu, 26 Jul 2018 16:28:41 -0400 Subject: [PATCH] Explicitly include time.h to fix building the examples --- CHANGES | 2 ++ examples/multiprocess_c/multi.c | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f29e2b86..274aad9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.3 - YYYY-MMM-DD (to be released) ------------------------------------- + - Fix OpenBSD build + [Issue #1841 - @victorhora, @zimmerle, @juanfra684] - Fix parser to support GeoLookup with MaxMind [Issue #1884, #1895 - @victorhora, @everping] - parser: Fix simple quote setvar in the end of the line diff --git a/examples/multiprocess_c/multi.c b/examples/multiprocess_c/multi.c index df2a2733..caff92b5 100644 --- a/examples/multiprocess_c/multi.c +++ b/examples/multiprocess_c/multi.c @@ -22,6 +22,7 @@ #include #include #include +#include #define FORKS 5 #define REQUESTS_PER_PROCESS 100