]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/_helpers.c
Include <sys/time.h> for lutimes, if available.
[bup.git] / lib / bup / _helpers.c
index 87e8b82755d581762db9d9943fc822ed4cf5fb77..a03452a163c64dcd6acbfc1b05c9d5f5d99a74f7 100644 (file)
@@ -29,6 +29,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 #ifdef HAVE_LINUX_FS_H
 #include <linux/fs.h>