agent.c: oops - include poll.h, not sys/poll.h
authorJon Trulson <jon@radscan.com>
Tue, 19 Jun 2012 23:31:28 +0000 (17:31 -0600)
committerJon Trulson <jon@radscan.com>
Tue, 19 Jun 2012 23:31:28 +0000 (17:31 -0600)
cde/lib/csa/agent.c

index b775b4113920345f753226b92e9cdd2525072af0..c41ab794aca0f22cbfcff5013a57805faf4c0cc9 100644 (file)
@@ -35,7 +35,7 @@
 #include <signal.h>
 #include <rpc/rpc.h>
 #if !defined(linux) && !defined(CSRG_BASED)
-# include <sys/poll.h>
+# include <poll.h>
 #endif
 #if defined(SunOS) || defined(USL) || defined(__uxp__)
 #include <netconfig.h>