glibc/include/crypt.h
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 */