From ca94485a484a2f33a50bc293a5bf6e8c26b6d2b5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 16 Jan 2010 11:48:27 +1100 Subject: - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h so we correctly detect whether or not we have a native user_from_uid. --- ChangeLog | 4 ++++ openbsd-compat/pwcache.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23e98fffa..e4d6b8c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20100116 + - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h + so we correctly detect whether or not we have a native user_from_uid. + 20100115 - (dtucker) OpenBSD CVS Sync - jmc@cvs.openbsd.org 2010/01/13 12:48:34 diff --git a/openbsd-compat/pwcache.c b/openbsd-compat/pwcache.c index 472505d02..fa60935d0 100644 --- a/openbsd-compat/pwcache.c +++ b/openbsd-compat/pwcache.c @@ -30,6 +30,8 @@ /* OPENBSD ORIGINAL: lib/libc/gen/pwcache.c */ +#include "includes.h" + #include #include -- cgit v1.2.3