]> andersk Git - openssh.git/blobdiff - includes.h
- (bal) utimes() support via utime() interface on machine that lack utimes().
[openssh.git] / includes.h
index 96e97ca591c7a37a78c11c99b486ec4b596a7fd8..fc269e8ebed6850b7892f81866c53c0fa0aa5e29 100644 (file)
@@ -85,6 +85,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #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
This page took 0.030912 seconds and 4 git commands to generate.