tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

fatal error: c_types.h: No such file or directory #4

Closed spidie closed 9 years ago

spidie commented 9 years ago

On Ubuntu 14.10 using the default arduino ide in the repo I got the error:

`/home/xxxxx/sketchbook/libraries/espduino/mqtt_msg.h:3:21: fatal error: c_types.h: No such file or directory

include `

Removed the #include from mqtt_msg.h and now everything compiles fine.

Might be a version or OS issue - not sure but just thought I'd mention it here in case anyone else sees it.