Add missing include

sys/time.h for struct timeval
This commit is contained in:
coypoop 2017-03-25 14:12:26 +03:00 committed by GitHub
parent fa30938247
commit 53d7c66ac3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ in the source distribution for its full text.
#include <stdbool.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>