Fix includes

This commit is contained in:
2021-05-06 20:46:17 +02:00
parent 456deeae20
commit 7aa47cac61
5 changed files with 5 additions and 5 deletions

View File

@ -29,6 +29,8 @@
#define HTTP_COLOR_WARNING "#E0C000"
#define HTTP_COLOR_ERROR "#C00000"
#define CLIENT_MAX_HEADER_SIZE 8192
#ifndef SERVER_STR
# define SERVER_STR "Necronda"
#endif