]> granicus.if.org Git - sudo/commitdiff
Include sys/time.h for utimes() and struct timeval.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Sep 2010 17:16:59 +0000 (13:16 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Sep 2010 17:16:59 +0000 (13:16 -0400)
--HG--
branch : 1.7

lbuf.c

diff --git a/lbuf.c b/lbuf.c
index 3b4bd410f0dd55144d14d71859bfb311a42f9bfc..5193b9b62eea53d3579c74131ae1860b753c5301 100644 (file)
--- a/lbuf.c
+++ b/lbuf.c
@@ -20,6 +20,7 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/time.h>
 #include <sys/ioctl.h>
 #include <stdio.h>
 #ifdef STDC_HEADERS