diff --git a/Userland/Games/Chess/main.cpp b/Userland/Games/Chess/main.cpp index d519429d37..7f01004eaa 100644 --- a/Userland/Games/Chess/main.cpp +++ b/Userland/Games/Chess/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char** argv) RefPtr config = Core::ConfigFile::get_for_app("Chess"); - if (pledge("stdio rpath accept wpath cpath recvfd sendfd proc exec", nullptr) < 0) { + if (pledge("stdio rpath accept wpath cpath recvfd sendfd thread proc exec", nullptr) < 0) { perror("pledge"); return 1; }