Skip to content

Commit 5c048e3

Browse files
victorhoraFelipe Zimmerle
authored and
Felipe Zimmerle
committed
Explicitly include time.h to fix building the examples
1 parent dce2fed commit 5c048e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.0.3 - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- Fix OpenBSD build
5+
[Issue #1841 - @victorhora, @zimmerle, @juanfra684]
46
- Fix parser to support GeoLookup with MaxMind
57
[Issue #1884, #1895 - @victorhora, @everping]
68
- parser: Fix simple quote setvar in the end of the line

examples/multiprocess_c/multi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <unistd.h>
2323
#include <sys/types.h>
2424
#include <sys/wait.h>
25+
#include <sys/time.h>
2526

2627
#define FORKS 5
2728
#define REQUESTS_PER_PROCESS 100

0 commit comments

Comments
 (0)