From 0e79db7466863a1cd47c8233bfaad5f5052afecb Mon Sep 17 00:00:00 2001 From: des Date: Tue, 8 Aug 2006 09:15:18 +0000 Subject: [PATCH] The correct header for poll() is , not like the Linux man page says (poll() is an XSI extension in SUSv[23]) git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@765 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index 884a812a..44b25254 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -103,7 +103,7 @@ vca_handover(struct sess *sp, int bad) /*====================================================================*/ #ifdef ACCEPTOR_USE_POLL -#include +#include static struct pollfd *pollfd; static unsigned npoll; -- 2.39.5