From aab82669cb0efd0a275e0ccd14ee779e894455ea Mon Sep 17 00:00:00 2001 From: Jamie Wyrick Date: Wed, 5 Jun 2019 14:21:53 -0700 Subject: [PATCH] Include for lutimes, if available. Signed-off-by: Jamie Wyrick Reviewed-by: Rob Browning Tested-by: Rob Browning --- lib/bup/_helpers.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/bup/_helpers.c b/lib/bup/_helpers.c index 87e8b82..a03452a 100644 --- a/lib/bup/_helpers.c +++ b/lib/bup/_helpers.c @@ -29,6 +29,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_SYS_TIME_H +#include +#endif #ifdef HAVE_LINUX_FS_H #include -- 2.39.2