httpd: include hooks header file so that redefined defines/functions can be defined there

This commit is contained in:
goldsimon 2017-06-13 21:13:45 +02:00
parent 35ba3a877d
commit a92e838687

View File

@ -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 */