diff --git a/src/worker/ws_frame_handler.c b/src/worker/ws_frame_handler.c index 2e641d5..7b815bb 100644 --- a/src/worker/ws_frame_handler.c +++ b/src/worker/ws_frame_handler.c @@ -11,6 +11,7 @@ #include "../logger.h" #include "../lib/websocket.h" #include "../workers.h" + #include static int ws_frame_handler(ws_ctx_t *ctx);