aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/IPAddress.h
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-07-04 17:14:33 +0200
committerCristian Maglie <c.maglie@bug.st>2013-07-04 17:15:52 +0200
commitd1db9d98101f7a78b07d28194bf07bd141dc8cde (patch)
treee452f33ac01f3c413141f8ca9b048a425e0eec54 /cores/arduino/IPAddress.h
parentfdfe4001d103d452ea6818f080a5020d3b75bd34 (diff)
Refactored YunClient and YunServer classes.
Added YunClient.connect() methods.
Diffstat (limited to 'cores/arduino/IPAddress.h')
-rw-r--r--cores/arduino/IPAddress.h1
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