From 25c35cf26bd2da85c11149a969c2a989dd334de8 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 5 Sep 2001 14:14:35 +0000 Subject: [PATCH] include util.h for pidfile git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10661 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/iprop.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/kadm5/iprop.h b/lib/kadm5/iprop.h index d9b5a7205..62b030f12 100644 --- a/lib/kadm5/iprop.h +++ b/lib/kadm5/iprop.h @@ -41,6 +41,9 @@ #ifdef HAVE_SYS_SELECT_H #include #endif +#ifdef HAVE_UTIL_H +#include +#endif #define IPROP_VERSION "iprop-0.0"