Browse Source

Fix HTML5 HTTPClient includes

Leon Krause 8 years ago
parent
commit
6b34f10ab1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      platform/javascript/http_request.h

+ 2 - 0
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,