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
1 changed files with 1 additions and 1 deletions

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