Skip to content

Commit

Permalink
allows building router basicauth on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Mar 13, 2013
1 parent f1f81ed commit ec2bfcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/router_basicauth/router_basicauth.c
Expand Up @@ -4,6 +4,9 @@

#ifdef __linux__
#include <crypt.h>
#elif defined(__CYGWIN__)
#include <crypt.h>
pthread_mutex_t ur_basicauth_crypt_mutex;
#else
pthread_mutex_t ur_basicauth_crypt_mutex;
#endif
Expand Down

0 comments on commit ec2bfcd

Please sign in to comment.