Skip to content

Commit 8243024

Browse files
committed
Refactored YunClient and YunServer classes.
Added YunClient.connect() methods.
1 parent b552988 commit 8243024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/arduino/avr/cores/arduino/IPAddress.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#ifndef IPAddress_h
2727
#define IPAddress_h
2828

29+
#include <stdint.h>
2930
#include <Printable.h>
3031

3132
// A class to make it easier to handle and pass around IP addresses

0 commit comments

Comments
 (0)