only need to include readwritelock in ae

This commit is contained in:
Malavan Sotheeswaran 2022-01-18 11:40:47 -08:00 committed by John Sully
parent 4d4acaa155
commit 24a586cdf1

View File

@ -53,7 +53,7 @@
#include "zmalloc.h" #include "zmalloc.h"
#include "config.h" #include "config.h"
#include "serverassert.h" #include "serverassert.h"
#include "server.h" #include "readwritelock.h"
#ifdef USE_MUTEX #ifdef USE_MUTEX
thread_local int cOwnLock = 0; thread_local int cOwnLock = 0;