From 294cda226b53f4db9ebbd6df7e934b3c5e2f5e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 24 May 2005 13:10:03 +0000 Subject: [PATCH] include if we have getpeerucred git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15225 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/headers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kcm/headers.h b/kcm/headers.h index c642a37c4..ae7007b32 100644 --- a/kcm/headers.h +++ b/kcm/headers.h @@ -64,6 +64,9 @@ #ifdef HAVE_LIBUTIL_H #include #endif +#ifdef HAS_GETPEERUCRED +#include +#endif #include #include #include