diff --git a/src/driver/framebuffer_ng.cpp b/src/driver/framebuffer_ng.cpp index 7502dccd4..327258dc3 100644 --- a/src/driver/framebuffer_ng.cpp +++ b/src/driver/framebuffer_ng.cpp @@ -50,6 +50,9 @@ #include #endif #if HAVE_TRIPLEDRAGON +#ifdef SCALE +#undef SCALE +#endif #include extern int gfxfd; #endif