Commit 53d7c66a authored by coypoop's avatar coypoop Committed by GitHub
Browse files

Add missing include

sys/time.h for struct timeval
parent fa309382
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment