1
0
Fork 0
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:
Jon Trulson 2012-06-19 17:31:28 -06:00
parent 8e0523ff02
commit 84e3c43b90

View 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>