Skip to content

Commit

Permalink
Include crypt.h on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Feb 5, 2018
1 parent 19ac4ae commit f94d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSecpwd/XrdSecpwdPlatform.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//
// crypt
//
#if defined(__solaris__)
#if defined(__linux__) || defined(__solaris__)
#include <crypt.h>
#endif
#if defined(__osf__) || defined(__sgi) || defined(__APPLE__)
Expand Down

0 comments on commit f94d692

Please sign in to comment.