]> granicus.if.org Git - sudo/commitdiff
Include time.h for time_t in compat.h for systems w/o struct timespec.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Feb 2005 03:59:38 +0000 (03:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Feb 2005 03:59:38 +0000 (03:59 +0000)
sudo_noexec.c

index 024565e9d1ab4814d27b7207337b25f8aaf4ec18..4d676e2cce8d11e4b8c782ccc5a4525782f82186 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <errno.h>
+#include <time.h>
 
 #include <config.h>
 #include <compat.h>