httpd: Use newly created LWIP_VERSION_STRING

This commit is contained in:
Dirk Ziegelmeier
2016-05-04 10:24:12 +02:00
parent 05961a27cf
commit 4a6c444a17
3 changed files with 3 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ int deflate_level = 10; /* default compression level, can be changed via command
/* define this to get the header variables we use to build HTTP headers */
#define LWIP_HTTPD_DYNAMIC_HEADERS 1
#define LWIP_HTTPD_SSI 1
#include "lwip/init.h"
#include "../httpd_structs.h"
#include "lwip/apps/fs.h"