]> granicus.if.org Git - sudo/commitdiff
No longer need to include time.h here as missing.h does not use
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Dec 2011 15:47:23 +0000 (10:47 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Dec 2011 15:47:23 +0000 (10:47 -0500)
time_t.

src/sudo_noexec.c

index 7f050aa3ffa194d3648f5259fe84ca70bd6d3596..4e05720deea47ac15e5931092b641eef27247512 100644 (file)
@@ -19,9 +19,6 @@
 #include <sys/types.h>
 
 #include <errno.h>
-#ifndef HAVE_TIMESPEC
-# include <time.h>
-#endif
 #include <stdarg.h>
 
 #include "missing.h"