diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-07-04 17:14:33 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-07-04 17:15:52 +0200 |
commit | d1db9d98101f7a78b07d28194bf07bd141dc8cde (patch) | |
tree | e452f33ac01f3c413141f8ca9b048a425e0eec54 /cores/arduino/IPAddress.h | |
parent | fdfe4001d103d452ea6818f080a5020d3b75bd34 (diff) |
Refactored YunClient and YunServer classes.
Added YunClient.connect() methods.
Diffstat (limited to 'cores/arduino/IPAddress.h')
-rw-r--r-- | cores/arduino/IPAddress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/IPAddress.h b/cores/arduino/IPAddress.h index 2585aec..078ac97 100644 --- a/cores/arduino/IPAddress.h +++ b/cores/arduino/IPAddress.h @@ -26,6 +26,7 @@ #ifndef IPAddress_h #define IPAddress_h +#include <stdint.h> #include <Printable.h> // A class to make it easier to handle and pass around IP addresses |