From b6ff5d58dfc25b659d8775914a5370c915281cac Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 16 Apr 2011 20:03:01 -0400 Subject: [PATCH] Changing #include "wiring.h" to #include "Arduino.h" in Dns.cpp. --- libraries/Ethernet/Dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Ethernet/Dns.cpp b/libraries/Ethernet/Dns.cpp index 3a31e35a4..a049c7633 100644 --- a/libraries/Ethernet/Dns.cpp +++ b/libraries/Ethernet/Dns.cpp @@ -9,7 +9,7 @@ #include "Dns.h" #include //#include -#include "wiring.h" +#include "Arduino.h" #define SOCKET_NONE 255