We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7483ae commit 6f8dfd9Copy full SHA for 6f8dfd9
1 file changed
include/sudo_compat.h
@@ -28,6 +28,9 @@
28
#include <sys/stat.h> /* to avoid problems with mismatched headers and libc */
29
#include <unistd.h> /* to avoid problems with mismatched headers and libc */
30
#include <stdio.h>
31
+#if !defined(HAVE_UTIMENSAT) || !defined(HAVE_FUTIMENS)
32
+# include <time.h>
33
+#endif
34
#if !defined(HAVE_VSNPRINTF) || !defined(HAVE_VASPRINTF) || \
35
!defined(HAVE_VSYSLOG) || defined(PREFER_PORTABLE_SNPRINTF)
36
# include <stdarg.h>
0 commit comments