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