Skip to content

Commit 11dba5b

Browse files
committed
Ethernet.h missing include
1 parent 357c5dd commit 11dba5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArduinoCore-Linux/cores/arduino/Ethernet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "ArduinoLogger.h"
2727
#include "RingBufferExt.h"
2828
#include "SocketImpl.h"
29+
#include "SignalHandler.h"
2930
#include "api/Client.h"
3031
#include "api/Common.h"
3132
#include "api/IPAddress.h"

0 commit comments

Comments
 (0)