mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
allows building router basicauth on cygwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user