Re: [lwip-users] DHCP.h need to include "lwip/prot/dhcp.h" ?

2017-09-08 Thread goldsi...@gmx.de
antonio wrote: I have an application that requires including dhcp.h, however, since the DHCP state messages are in prot/dhcp.h I got a compile error.. " error: 'DHCP_STATE_BOUND' undeclared (first use in this function) if (new_state == DHCP_STATE_BOUND) {" when I included

[lwip-users] DHCP.h need to include "lwip/prot/dhcp.h" ?

2017-09-08 Thread antonio
Dear All, I found a small problem, while porting lwip from 1.4.1 to 2.0.2. I have an application that requires including dhcp.h, however, since the DHCP state messages are in prot/dhcp.h I got a compile error.. " error: 'DHCP_STATE_BOUND' undeclared (first use in this function)