mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Changing #include "wiring.h" to #include "Arduino.h" in Dns.cpp.
This commit is contained in:
parent
b455e81b76
commit
b6ff5d58df
@ -9,7 +9,7 @@
|
||||
#include "Dns.h"
|
||||
#include <string.h>
|
||||
//#include <stdlib.h>
|
||||
#include "wiring.h"
|
||||
#include "Arduino.h"
|
||||
|
||||
|
||||
#define SOCKET_NONE 255
|
||||
|
Loading…
x
Reference in New Issue
Block a user