diff options
Diffstat (limited to 'platform/web/http_client_web.h')
-rw-r--r-- | platform/web/http_client_web.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/http_client_web.h b/platform/web/http_client_web.h index def7837a27..bb9672ab82 100644 --- a/platform/web/http_client_web.h +++ b/platform/web/http_client_web.h @@ -37,7 +37,7 @@ extern "C" { #endif -#include "stddef.h" +#include <stddef.h> typedef enum { GODOT_JS_FETCH_STATE_REQUESTING = 0, |