Skip to content

Commit 069cb53

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArduinoCore-Linux/cores/arduino/EthernetServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <unistd.h>
55

66
#include "Ethernet.h"
7-
#include "Server.h"
7+
#include <api/Server.h>
88
#include "SignalHandler.h"
99

1010
namespace arduino {

0 commit comments

Comments
 (0)