summaryrefslogtreecommitdiff
path: root/openbsd-compat/pwcache.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-16 11:48:27 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-16 11:48:27 +1100
commitca94485a484a2f33a50bc293a5bf6e8c26b6d2b5 (patch)
tree1b576127ee91dd90d8310781b18e3be21d6425f0 /openbsd-compat/pwcache.c
parent7fa3a856ea36d63d7e42243c4428013677255b93 (diff)
- (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.
Diffstat (limited to 'openbsd-compat/pwcache.c')
-rw-r--r--openbsd-compat/pwcache.c2
1 files changed, 2 insertions, 0 deletions
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 @@
30 30
31/* OPENBSD ORIGINAL: lib/libc/gen/pwcache.c */ 31/* OPENBSD ORIGINAL: lib/libc/gen/pwcache.c */
32 32
33#include "includes.h"
34
33#include <sys/types.h> 35#include <sys/types.h>
34 36
35#include <grp.h> 37#include <grp.h>