Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
53d7c66a
Commit
53d7c66a
authored
Mar 25, 2017
by
coypoop
Committed by
GitHub
Mar 25, 2017
Browse files
Add missing include
sys/time.h for struct timeval
parent
fa309382
Changes
1
Hide whitespace changes
Inline
Side-by-side
TraceScreen.c
View file @
53d7c66a
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment