mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-17 17:10:03 +00:00
httpd: include hooks header file so that redefined defines/functions can be defined there
This commit is contained in:
parent
35ba3a877d
commit
a92e838687
@ -101,6 +101,9 @@
|
||||
#if HTTPD_ENABLE_HTTPS
|
||||
#include "lwip/altcp_tls.h"
|
||||
#endif
|
||||
#ifdef LWIP_HOOK_FILENAME
|
||||
#include LWIP_HOOK_FILENAME
|
||||
#endif
|
||||
|
||||
#include <string.h> /* memset */
|
||||
#include <stdlib.h> /* atoi */
|
||||
|
Loading…
Reference in New Issue
Block a user