From 3b04b8152a82ef8fc8a2a14ca58ad603a40bd73b Mon Sep 17 00:00:00 2001 From: des Date: Thu, 6 Jul 2006 08:07:09 +0000 Subject: [PATCH] Use instead of to get both the prototype for ioctl(2) and the definition of FIONREAD. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@335 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_backend.c b/varnish-cache/bin/varnishd/cache_backend.c index ed57620e..abda775f 100644 --- a/varnish-cache/bin/varnishd/cache_backend.c +++ b/varnish-cache/bin/varnishd/cache_backend.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include -- 2.39.5