summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/pwcache.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23e98fffa..e4d6b8c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120100116
2 - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
3 so we correctly detect whether or not we have a native user_from_uid.
4
120100115 520100115
2 - (dtucker) OpenBSD CVS Sync 6 - (dtucker) OpenBSD CVS Sync
3 - jmc@cvs.openbsd.org 2010/01/13 12:48:34 7 - 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 @@
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>