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 f35baf8e7d
commit fa0a60240b

View File

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