From cfb20163a5a6b8a58778c95e53824dcd68938454 Mon Sep 17 00:00:00 2001 From: metze Date: Tue, 6 Nov 2007 06:54:49 +0000 Subject: libreplace: we need include before nss_wrapper.h metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25863 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 20ec1f472566bbc570fa138cce5dbd0407aef530) --- source3/lib/replace/system/passwd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/lib/replace/system/passwd.h b/source3/lib/replace/system/passwd.h index 513947c85d..36fca7b4f8 100644 --- a/source3/lib/replace/system/passwd.h +++ b/source3/lib/replace/system/passwd.h @@ -27,6 +27,9 @@ */ +/* this needs to be included before nss_wrapper.h on some systems */ +#include + #ifdef HAVE_PWD_H #include #endif -- cgit