Fix HTML5 HTTPClient includes

This commit is contained in:
Leon Krause 2017-11-15 23:02:36 +01:00
parent 15a20f9746
commit 6b34f10ab1

View file

@ -34,6 +34,8 @@
extern "C" {
#endif
#include "stddef.h"
typedef enum {
XHR_READY_STATE_UNSENT = 0,
XHR_READY_STATE_OPENED = 1,