From fdf877d53b26d111dbde7f4b3bfa052cde122a94 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 13 Sep 2010 13:20:35 -0400 Subject: [PATCH] Do not need sys/time.h after all --- common/lbuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lbuf.c b/common/lbuf.c index e2669447a..0c646556e 100644 --- a/common/lbuf.c +++ b/common/lbuf.c @@ -20,7 +20,6 @@ #include #include -#include #include #ifdef STDC_HEADERS # include