agent.c: oops - include poll.h, not sys/poll.h
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <rpc/rpc.h>
|
#include <rpc/rpc.h>
|
||||||
#if !defined(linux) && !defined(CSRG_BASED)
|
#if !defined(linux) && !defined(CSRG_BASED)
|
||||||
# include <sys/poll.h>
|
# include <poll.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(SunOS) || defined(USL) || defined(__uxp__)
|
#if defined(SunOS) || defined(USL) || defined(__uxp__)
|
||||||
#include <netconfig.h>
|
#include <netconfig.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user