Skip to content

Commit 85b3063

Browse files
committed
Adjust path to core's api/
1 parent f871b29 commit 85b3063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArduinoCore-Linux/cores/arduino/Ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <unistd.h> // for close
77

88
#include "ArduinoLogger.h"
9-
#include "Client.h"
9+
#include <api/Client.h>
1010
#include <api/Common.h>
1111
#include <api/IPAddress.h>
1212
#include "RingBufferExt.h"

0 commit comments

Comments
 (0)