allows building router basicauth on cygwin

This commit is contained in:
Unbit
2013-03-13 11:14:32 +01:00
parent f1f81ed4c4
commit ec2bfcd302
@@ -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