diff options
| author | Leon Krause | 2017-11-15 23:02:36 +0100 |
|---|---|---|
| committer | Leon Krause | 2017-11-15 23:02:36 +0100 |
| commit | 6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b (patch) | |
| tree | 914a30fffcab49a76cc23149cd437992836cd6fb /platform/javascript/http_request.h | |
| parent | 15a20f9746213a1205016bc0dd5c0252d8f023b3 (diff) | |
| download | godot-6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b.tar.gz godot-6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b.tar.zst godot-6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b.zip | |
Diffstat (limited to 'platform/javascript/http_request.h')
| -rw-r--r-- | platform/javascript/http_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/javascript/http_request.h b/platform/javascript/http_request.h index 80ff3f0ba..06d923900 100644 --- a/platform/javascript/http_request.h +++ b/platform/javascript/http_request.h @@ -34,6 +34,8 @@ extern "C" { #endif +#include "stddef.h" + typedef enum { XHR_READY_STATE_UNSENT = 0, XHR_READY_STATE_OPENED = 1, |
