From c126ff4604ef72a46a3923e0895d45cebdd55bda Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Fri, 16 Aug 2019 01:07:29 +0300 Subject: [PATCH] ws: include queue header --- code/espurna/config/prototypes.h | 1 + 1 file changed, 1 insertion(+) 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;