diff --git a/src/ae.cpp b/src/ae.cpp index 7c4af1652..702c465d4 100644 --- a/src/ae.cpp +++ b/src/ae.cpp @@ -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;