From 9ed91eabdd9311f01c2595a60e4b05a5869cc699 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 6 Nov 2007 06:54:49 +0100 Subject: r25863: libreplace: we need include before nss_wrapper.h metze (This used to be commit a16f0e3cdbb9fb1238e25af8bb911c27b839c89b) --- source4/lib/replace/system/passwd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib/replace/system') diff --git a/source4/lib/replace/system/passwd.h b/source4/lib/replace/system/passwd.h index 513947c85d..36fca7b4f8 100644 --- a/source4/lib/replace/system/passwd.h +++ b/source4/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