mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 10:38:11 +02:00
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 <jon.turney@dronecode.org.uk> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41421>
This commit is contained in:
parent
f9a7c50ed6
commit
2f05e96d16
2 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "wgl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define RESOLVE_DECL(type) \
|
||||
static type type##proc = NULL;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include "wgl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/*
|
||||
* Window drawable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue