mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 15:15:44 +00:00
Add missing include
sys/time.h for struct timeval
This commit is contained in:
parent
fa30938247
commit
53d7c66ac3
@ -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…
Reference in New Issue
Block a user