1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-03 13:22:05 +03:00
Carlos O'Donell 960294f00a Add include/crypt.h.
To support tests that include crypt.h we add a wrapper.
2016-10-28 22:40:16 -04:00

4 lines
65 B
C

#ifndef _CRYPT_H
# include <crypt/crypt.h>
#endif /* _CRYPT_H */