Fix HTML5 HTTPClient includes
This commit is contained in:
parent
15a20f9746
commit
6b34f10ab1
|
@ -34,6 +34,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
typedef enum {
|
||||
XHR_READY_STATE_UNSENT = 0,
|
||||
XHR_READY_STATE_OPENED = 1,
|
||||
|
|
Loading…
Reference in New Issue