summaryrefslogtreecommitdiffstats
path: root/login-utils/my_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/my_crypt.h')
-rw-r--r--login-utils/my_crypt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/login-utils/my_crypt.h b/login-utils/my_crypt.h
new file mode 100644
index 000000000..efb1a66fd
--- /dev/null
+++ b/login-utils/my_crypt.h
@@ -0,0 +1,3 @@
+#if defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
+#include <crypt.h>
+#endif