mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 17:42:30 +08:00
Fix includes
Even though it makes no prectical difference due to the way amalgamation works CL: none PUBLISHED_FROM=6977833f2b469e5b969385ad9ae21a28af76746f
This commit is contained in:
parent
aba60dadec
commit
ab000c684a
@ -5369,7 +5369,7 @@ out:
|
||||
|
||||
#if MG_ENABLE_HTTP
|
||||
|
||||
/* Amalgamated: #include "common/md5.h" */
|
||||
/* Amalgamated: #include "common/cs_md5.h" */
|
||||
/* Amalgamated: #include "mongoose/src/mg_internal.h" */
|
||||
/* Amalgamated: #include "mongoose/src/mg_util.h" */
|
||||
|
||||
@ -9268,7 +9268,7 @@ MG_INTERNAL void mg_handle_put(struct mg_connection *nc, const char *path,
|
||||
|
||||
#if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET
|
||||
|
||||
/* Amalgamated: #include "common/sha1.h" */
|
||||
/* Amalgamated: #include "common/cs_sha1.h" */
|
||||
|
||||
#ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS
|
||||
#define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#if MG_ENABLE_HTTP
|
||||
|
||||
#include "common/md5.h"
|
||||
#include "common/cs_md5.h"
|
||||
#include "mongoose/src/mg_internal.h"
|
||||
#include "mongoose/src/mg_util.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET
|
||||
|
||||
#include "common/sha1.h"
|
||||
#include "common/cs_sha1.h"
|
||||
|
||||
#ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS
|
||||
#define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5
|
||||
|
Loading…
Reference in New Issue
Block a user