dhcpserver: Move DHCP option names to a separate header

Avoids naming conflicts. Resolves TW13826.
This commit is contained in:
Angus Gratton
2017-09-05 17:26:08 +10:00
committed by Angus Gratton
parent 48333aea48
commit 9471ce9135
4 changed files with 136 additions and 117 deletions

View File

@@ -23,6 +23,7 @@
#include "tcpip_adapter.h"
#include "apps/dhcpserver.h"
#include "apps/dhcpserver_options.h"
#if ESP_DHCP