Explicitly include time.h to fix building the examples

This commit is contained in:
Victor Hora
2018-07-26 16:28:41 -04:00
committed by Felipe Zimmerle
parent dce2fed310
commit 5c048e3cc4
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#define FORKS 5
#define REQUESTS_PER_PROCESS 100