Skip to content

Commit b6e7cbd

Browse files
committed
Fix error: use of undeclared identifier 'free'
1 parent e68290b commit b6e7cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/httpserver/create_webserver.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#ifndef _CREATE_WEBSERVER_HPP_
2626
#define _CREATE_WEBSERVER_HPP_
2727

28+
#include <stdlib.h>
2829
#include "httpserver/http_utils.hpp"
2930

3031
#define DEFAULT_WS_TIMEOUT 180

0 commit comments

Comments
 (0)