Browse Source

ws: include queue header

master
Max Prokhorov 4 years ago
parent
commit
c126ff4604
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/config/prototypes.h

+ 1
- 0
code/espurna/config/prototypes.h View File

@ -276,6 +276,7 @@ void webRequestRegister(web_request_callback_f);
// -----------------------------------------------------------------------------
// WebSockets
// -----------------------------------------------------------------------------
#include <queue>
// TODO: pending configuration headers refactoring... here for now
struct ws_counter_t;


Loading…
Cancel
Save