diff options
Diffstat (limited to 'Userland/DevTools/HackStudio/HackStudioWidget.cpp')
-rw-r--r-- | Userland/DevTools/HackStudio/HackStudioWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/HackStudioWidget.cpp b/Userland/DevTools/HackStudio/HackStudioWidget.cpp index 060fe1db22..2b0916a786 100644 --- a/Userland/DevTools/HackStudio/HackStudioWidget.cpp +++ b/Userland/DevTools/HackStudio/HackStudioWidget.cpp @@ -62,7 +62,7 @@ #include <LibGUI/Window.h> #include <LibGfx/FontDatabase.h> #include <LibGfx/Palette.h> -#include <LibThreading/Lock.h> +#include <LibThreading/Mutex.h> #include <LibThreading/Thread.h> #include <LibVT/TerminalWidget.h> #include <fcntl.h> |