From 2f05e96d16cef18d3afcb83a330c9a2a4df15651 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 18 Feb 2026 15:53:34 +0000 Subject: [PATCH] glx/windows: Add stdbool.h include to 'direct GLX via WGL' implementation These files make use of the constant 'false', but don't include stdbool.h. Signed-off-by: Jon Turney Part-of: --- src/glx/windows/wgl.c | 1 + src/glx/windows/windows_drawable.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/glx/windows/wgl.c b/src/glx/windows/wgl.c index cd59a7b98dd..62b2171f196 100644 --- a/src/glx/windows/wgl.c +++ b/src/glx/windows/wgl.c @@ -28,6 +28,7 @@ #include "wgl.h" #include +#include #define RESOLVE_DECL(type) \ static type type##proc = NULL; diff --git a/src/glx/windows/windows_drawable.c b/src/glx/windows/windows_drawable.c index 67d86abe32f..e08ffba9011 100644 --- a/src/glx/windows/windows_drawable.c +++ b/src/glx/windows/windows_drawable.c @@ -27,6 +27,7 @@ #include "wgl.h" #include +#include /* * Window drawable