mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08: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
|
#if HTTPD_ENABLE_HTTPS
|
||||||
#include "lwip/altcp_tls.h"
|
#include "lwip/altcp_tls.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LWIP_HOOK_FILENAME
|
||||||
|
#include LWIP_HOOK_FILENAME
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string.h> /* memset */
|
#include <string.h> /* memset */
|
||||||
#include <stdlib.h> /* atoi */
|
#include <stdlib.h> /* atoi */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user