diff options
author | Leon Krause <lk@leonkrause.com> | 2017-11-15 23:02:36 +0100 |
---|---|---|
committer | Leon Krause <lk@leonkrause.com> | 2017-11-15 23:02:36 +0100 |
commit | 6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b (patch) | |
tree | 914a30fffcab49a76cc23149cd437992836cd6fb /platform/javascript | |
parent | 15a20f9746213a1205016bc0dd5c0252d8f023b3 (diff) | |
download | redot-engine-6b34f10ab1dc92fa0addf57cb3cdcce5fd109d5b.tar.gz |
Fix HTML5 HTTPClient includes
Diffstat (limited to 'platform/javascript')
-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 80ff3f0ba8..06d9239004 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, |