summaryrefslogtreecommitdiff
path: root/source4/include/system/passwd.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-12 10:46:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:41 -0500
commit15a8f0ff0ad6104505f5275a901cf0cf8eb8f9b9 (patch)
tree9c41593a2124b1d6e17a0443384923ec590e3c23 /source4/include/system/passwd.h
parent51a3cfe35eca4b4793811d70877ca243f810a31e (diff)
downloadsamba-15a8f0ff0ad6104505f5275a901cf0cf8eb8f9b9.tar.gz
samba-15a8f0ff0ad6104505f5275a901cf0cf8eb8f9b9.tar.bz2
samba-15a8f0ff0ad6104505f5275a901cf0cf8eb8f9b9.zip
r6752: Patch by Steven Edwards to improve portability to mingw32
(This used to be commit 8d63cd33a223cccb21d808747e9c97da53629fbc)
Diffstat (limited to 'source4/include/system/passwd.h')
-rw-r--r--source4/include/system/passwd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/system/passwd.h b/source4/include/system/passwd.h
index 8a5402131a..f994df542f 100644
--- a/source4/include/system/passwd.h
+++ b/source4/include/system/passwd.h
@@ -20,8 +20,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifdef HAVE_PWD_H
#include <pwd.h>
-
+#endif
#ifdef HAVE_GRP_H
#include <grp.h>
#endif