From 1c1b7fce8a0fb4728c8ec2d5fb49812834d2535f Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 4 May 2004 07:08:04 +0000 Subject: [PATCH] Include for the declaration of struct bintime instead of depending on namespace pollution in . struct bintime is only needed to satisfy leakage of kernel interfaces to userland and namespace bugs in those interfaces... --- ggated/ggated.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ggated/ggated.c b/ggated/ggated.c index 1c20967..664fdcc 100644 --- a/ggated/ggated.c +++ b/ggated/ggated.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include