nmattisson / HttpClient

Http Client Library for the Spark Core (also well suited for Arduino and other embedded platforms).
Other
121 stars 150 forks source link

'http_request_t' has a previous declaration as 'typedef struct http_request_t http_request_t' #29

Open yoosofpiran opened 8 years ago

yoosofpiran commented 8 years ago

Veryfing code using this library in Particle Build fails with this error:

HttpClient/HttpClient.h:44:3: error: 'http_request_t' has a previous declaration as 'typedef struct http_request_t http_request_t'
 } http_request_t