From: Jon Trulson Date: Tue, 19 Jun 2012 23:31:28 +0000 (-0600) Subject: agent.c: oops - include poll.h, not sys/poll.h X-Git-Tag: 2.2.0a~26^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84e3c43b9073929b6a55f34e5a56c10e27bffe0a;p=oweals%2Fcde.git agent.c: oops - include poll.h, not sys/poll.h --- diff --git a/cde/lib/csa/agent.c b/cde/lib/csa/agent.c index b775b411..c41ab794 100644 --- a/cde/lib/csa/agent.c +++ b/cde/lib/csa/agent.c @@ -35,7 +35,7 @@ #include #include #if !defined(linux) && !defined(CSRG_BASED) -# include +# include #endif #if defined(SunOS) || defined(USL) || defined(__uxp__) #include