util-linux/login-utils/my_crypt.h

4 lines
79 B
C

#if defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
#include <crypt.h>
#endif