Add missing include

sys/time.h for struct timeval
main
coypoop 9 years ago committed by GitHub
parent fa30938247
commit 53d7c66ac3
  1. 1
      TraceScreen.c

@ -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>

Loading…
Cancel
Save