diff --git a/code/espurna/config/prototypes.h b/code/espurna/config/prototypes.h index 4f1ea570..48ea9f4b 100644 --- a/code/espurna/config/prototypes.h +++ b/code/espurna/config/prototypes.h @@ -276,6 +276,7 @@ void webRequestRegister(web_request_callback_f); // ----------------------------------------------------------------------------- // WebSockets // ----------------------------------------------------------------------------- +#include // TODO: pending configuration headers refactoring... here for now struct ws_counter_t;