mirror of https://github.com/xzeldon/htop.git
Drop redundant sys/dirent.h include
sys/dirent.h is included by dirent.h in FreeBSD, and does not exist in Debian GNU/kFreeBSD
This commit is contained in:
parent
2700d99069
commit
28bc087d8a
|
@ -14,7 +14,6 @@ in the source distribution for its full text.
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/_iovec.h>
|
||||
#include <sys/dirent.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/param.h> // needs to be included before <sys/jail.h> for MAXPATHLEN
|
||||
#include <sys/jail.h>
|
||||
|
|
Loading…
Reference in New Issue