summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
authorcoypoop <coypu@sdf.org>2017-03-25 14:12:26 +0300
committerGitHub <noreply@github.com>2017-03-25 14:12:26 +0300
commit53d7c66ac3081a2db7bca72876e3e16b89416ea2 (patch)
treefea9007d754528a08598fea8c2ad7687d91692f5 /TraceScreen.c
parentfa30938247d30e1b87b4c846ef221ca18854a445 (diff)
Add missing include
sys/time.h for struct timeval
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index bd771182..6bb2e041 100644
--- a/TraceScreen.c
+++ b/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>

© 2014-2024 Faster IT GmbH | imprint | privacy policy