Skip to content

Commit

Permalink
Merge pull request #654 from ellert/crypt-header
Browse files Browse the repository at this point in the history
Include crypt.h on Linux
  • Loading branch information
gganis committed Feb 5, 2018
2 parents 19ac4ae + f94d692 commit a4088b3
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 a4088b3

Please sign in to comment.