mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
960294f00a
To support tests that include crypt.h we add a wrapper.
4 lines
65 B
C
4 lines
65 B
C
#ifndef _CRYPT_H
|
|
# include <crypt/crypt.h>
|
|
#endif /* _CRYPT_H */
|