only need to include readwritelock in ae

This commit is contained in:
Malavan Sotheeswaran 2022-01-18 11:40:47 -08:00 committed by Vivek Saini
parent 09c1b0d5fc
commit 2e4d50fbc4

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;