summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CEventLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/CEventLoop.h')
-rw-r--r--Libraries/LibCore/CEventLoop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibCore/CEventLoop.h b/Libraries/LibCore/CEventLoop.h
index aa7777b768..bf8700d779 100644
--- a/Libraries/LibCore/CEventLoop.h
+++ b/Libraries/LibCore/CEventLoop.h
@@ -7,7 +7,7 @@
#include <AK/WeakPtr.h>
#include <LibCore/CEvent.h>
#include <LibCore/CLocalServer.h>
-#include <LibCore/CLock.h>
+#include <LibThread/Lock.h>
#include <sys/select.h>
#include <sys/time.h>
#include <time.h>
@@ -69,7 +69,7 @@ private:
static int s_wake_pipe_fds[2];
- CLock m_lock;
+ LibThread::Lock m_lock;
struct EventLoopTimer {
int timer_id { 0 };