From c2d872722750880274c1d2e031bea74251fc9ba3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 19 Aug 2009 17:59:46 +1200 Subject: [PATCH] Bug 2747: Compile errors on Solaris 10 with 3.1.0.13 need to include sys/resource.h --- compat/os/solaris.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/os/solaris.h b/compat/os/solaris.h index f5afee1d3d..7c63a9bf51 100644 --- a/compat/os/solaris.h +++ b/compat/os/solaris.h @@ -30,6 +30,7 @@ typedef union { /** * prototypes for system function missing from system includes */ +#include SQUIDCEXTERN int getrusage(int, struct rusage *); -- 2.47.3