build: fix libeio build on linux
Define HAVE_UTIMES so libeio includes <utime.h>
This commit is contained in:
parent
48877edfb8
commit
8abce89e57
@ -20,6 +20,9 @@
|
||||
/* fdatasync(2) is available */
|
||||
#define HAVE_FDATASYNC 1
|
||||
|
||||
/* utimes(2) is available */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* futimes(2) is available */
|
||||
#define HAVE_FUTIMES 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user