From c848386885f9ed9e565df484957b1036b2f6dbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 30 Aug 2005 08:41:18 +0000 Subject: [PATCH] include git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15996 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 d42ccefe1..a4bb1b00a 100644 --- a/kcm/headers.h +++ b/kcm/headers.h @@ -58,6 +58,9 @@ #ifdef HAVE_SYS_UN_H #include #endif +#ifdef HAVE_SYS_UCRED_H +#include +#endif #ifdef HAVE_UTIL_H #include #endif