summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-03-28 23:56:13 -0300
committerGitHub <noreply@github.com>2017-03-28 23:56:13 -0300
commit5570748dd27e5b1e8c109b80fb31500fcd8f7fad (patch)
treedbcf6538dc58db9a2c0bcd53336238052359e6f1
parent3c0908242259ffa1909866fa5bf64b5772d33794 (diff)
parent53d7c66ac3081a2db7bca72876e3e16b89416ea2 (diff)
Merge pull request #610 from coypoop/patch-1
Add missing include
-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