mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
agent.c: oops - include poll.h, not sys/poll.h
This commit is contained in:
parent
8e0523ff02
commit
84e3c43b90
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue