summaryrefslogtreecommitdiff
path: root/source4/include/system
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/system')
-rw-r--r--source4/include/system/passwd.h4
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