diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-02 18:46:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:58 -0500 |
commit | 5e1a9fe62b2ce1af3d710af4f1282a9c7c193d3a (patch) | |
tree | 854128b7f52c2c50eadc981972b279e0c92d0fe8 /source4/include/system/passwd.h | |
parent | f91008deb7d88d6c8af473361dcc10644c330096 (diff) | |
download | samba-5e1a9fe62b2ce1af3d710af4f1282a9c7c193d3a.tar.gz samba-5e1a9fe62b2ce1af3d710af4f1282a9c7c193d3a.tar.bz2 samba-5e1a9fe62b2ce1af3d710af4f1282a9c7c193d3a.zip |
r8933: Fix missing prototype warnings
(This used to be commit 39b2220a84b1860d8ee09b8c15049f18fd77da7d)
Diffstat (limited to 'source4/include/system/passwd.h')
-rw-r--r-- | source4/include/system/passwd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/system/passwd.h b/source4/include/system/passwd.h index f994df542f..219ec306ae 100644 --- a/source4/include/system/passwd.h +++ b/source4/include/system/passwd.h @@ -33,6 +33,10 @@ #include <sys/id.h> #endif +#ifdef HAVE_CRYPT_H +#include <crypt.h> +#endif + #ifdef HAVE_SHADOW_H #include <shadow.h> #endif |