1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
This commit is contained in:
Ivan Grokhotkov
2015-07-06 12:22:30 +03:00
parent 93f954d363
commit a82796f83f
3 changed files with 11 additions and 21 deletions

View File

@ -32,7 +32,8 @@ License (MIT license):
// - DNS request and response: http://www.ietf.org/rfc/rfc1035.txt
// - Multicast DNS: http://www.ietf.org/rfc/rfc6762.txt
#define LWIP_INTERNAL
#define LWIP_OPEN_SRC
#include "ESP8266mDNS.h"
#include <functional>
@ -41,7 +42,6 @@ License (MIT license):
extern "C" {
#include "osapi.h"
#include "ets_sys.h"
#include "ip_addr.h"
#include "user_interface.h"
}