- (bal) utimes() support via utime() interface on machine that lack utimes().
diff --git a/includes.h b/includes.h
index 96e97ca..fc269e8 100644
--- a/includes.h
+++ b/includes.h
@@ -85,6 +85,9 @@
 #ifdef HAVE_SYS_SYSMACROS_H
 # include <sys/sysmacros.h>
 #endif
+#ifdef HAVE_UTIME_H
+# include <utime.h>
+#endif
 #ifdef HAVE_VIS_H
 # include <vis.h>
 #endif