Skip to content

Commit ce3ff57

Browse files
committed
Include ipaddress via api/ syntax
1 parent 0bc7363 commit ce3ff57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ArduinoCore-Linux/cores/arduino/EthernetUDP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* bjoern@cs.stanford.edu 12/30/2008
3535
*/
3636

37-
#include <IPAddress.h>
37+
#include <api/IPAddress.h>
3838
#include <RingBufferExt.h>
3939
#include <Udp.h>
4040
#include "SignalHandler.h"

ArduinoCore-Linux/cores/arduino/UDP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737

3838
#include <Stream.h>
39-
#include <IPAddress.h>
39+
#include <api/IPAddress.h>
4040

4141
namespace arduino {
4242

0 commit comments

Comments
 (0)