build: fix libeio build on linux

Define HAVE_UTIMES so libeio includes <utime.h>
This commit is contained in:
Ben Noordhuis 2011-08-06 14:43:50 +02:00
parent 48877edfb8
commit 8abce89e57

View File

@ -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