summaryrefslogtreecommitdiffstats
path: root/modules/webxr/godot_webxr.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webxr/godot_webxr.h')
-rw-r--r--modules/webxr/godot_webxr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webxr/godot_webxr.h b/modules/webxr/godot_webxr.h
index 554ca0398b..a7ce7e45d2 100644
--- a/modules/webxr/godot_webxr.h
+++ b/modules/webxr/godot_webxr.h
@@ -35,7 +35,7 @@
extern "C" {
#endif
-#include "stddef.h"
+#include <stddef.h>
enum WebXRInputEvent {
WEBXR_INPUT_EVENT_SELECTSTART,