1
0
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:
David A. Mellis 2011-04-16 20:03:01 -04:00
parent b455e81b76
commit b6ff5d58df

View File

@ -9,7 +9,7 @@
#include "Dns.h"
#include <string.h>
//#include <stdlib.h>
#include "wiring.h"
#include "Arduino.h"
#define SOCKET_NONE 255