makefs: Drop unnecessary sys/clock.h include
This breaks the build on macOS where this header doesn't exist. I could also add a compat header to tools/build/cross-build but since it's not needed removing it seems like the better solution.
This commit is contained in:
parent
4f971ddf33
commit
b4e38a41f5
@ -53,7 +53,6 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/clock.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user