mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Changing #include "wiring.h" to #include "Arduino.h" in Dns.cpp.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include "Dns.h"
|
||||
#include <string.h>
|
||||
//#include <stdlib.h>
|
||||
#include "wiring.h"
|
||||
#include "Arduino.h"
|
||||
|
||||
|
||||
#define SOCKET_NONE 255
|
||||
|
Reference in New Issue
Block a user