dns.h depends on err.h

This commit is contained in:
Dirk Ziegelmeier 2018-02-17 16:53:03 +01:00
parent 2b09c18c4e
commit 5b459c1282

View File

@ -44,6 +44,7 @@
#if LWIP_DNS
#include "lwip/ip_addr.h"
#include "lwip/err.h"
#ifdef __cplusplus
extern "C" {