From 702a2bff2b0f130a5f366d9d0037eacb0d20a31d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 13 Sep 2010 13:17:26 -0400 Subject: [PATCH] Include sys/time.h for utimes() and struct timeval. No longer need ioctl.h or termios.h --- common/lbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/lbuf.c b/common/lbuf.c index b732f3fad..e2669447a 100644 --- a/common/lbuf.c +++ b/common/lbuf.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include #ifdef STDC_HEADERS # include @@ -43,7 +43,6 @@ # include #endif /* HAVE_UNISTD_H */ #include -#include #include "missing.h" #include "alloc.h"