fix(websocket): fix of websocket host example

This commit is contained in:
Suren Gabrielyan
2024-06-26 13:28:23 +04:00
committed by Suren Gabrielyan
parent 906e447193
commit 5ccc018a98
5 changed files with 7 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
*/
#pragma once
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>