summaryrefslogtreecommitdiff
path: root/simpleinit
diff options
context:
space:
mode:
Diffstat (limited to 'simpleinit')
-rw-r--r--simpleinit/simpleinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleinit/simpleinit.c b/simpleinit/simpleinit.c
index 5d627c0d..d7f9655e 100644
--- a/simpleinit/simpleinit.c
+++ b/simpleinit/simpleinit.c
@@ -43,7 +43,7 @@
# include <shadow.h>
#endif
-#if defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
+#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif