diff --git a/crypt.c b/crypt.c --- a/crypt.c +++ b/crypt.c @@ -6,7 +6,11 @@ #include #include #include +#include + +#ifndef NO_CRYPT #include +#endif #define GETRANDOM(max) ('a'+(int)((float)(max)*rand()/RAND_MAX+1.0))