diff --git a/Userland/Services/WebContent/PageHost.cpp b/Userland/Services/WebContent/PageHost.cpp index 29d96dc35f..83bf434c75 100644 --- a/Userland/Services/WebContent/PageHost.cpp +++ b/Userland/Services/WebContent/PageHost.cpp @@ -21,7 +21,7 @@ #include #include -#ifdef AK_OS_LINUX +#ifdef HAS_ACCELERATED_GRAPHICS # include #endif