Skip to content

Commit e06b349

Browse files
committed
Changing #include "wiring.h" to #include "Arduino.h" in Dns.cpp.
1 parent 0b8d4f1 commit e06b349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "Dns.h"
1010
#include <string.h>
1111
//#include <stdlib.h>
12-
#include "wiring.h"
12+
#include "Arduino.h"
1313

1414

1515
#define SOCKET_NONE 255

0 commit comments

Comments
 (0)