From 6da7274c98f0a8b5c5b92a6ba3e56134760bfce5 Mon Sep 17 00:00:00 2001 From: Duc Doan Xuan Date: Sun, 22 May 2022 11:33:29 +0700 Subject: [PATCH] Add missing library for tcp_server.c --- sts/tcp_server.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sts/tcp_server.c b/sts/tcp_server.c index baa2459..9c10bb4 100644 --- a/sts/tcp_server.c +++ b/sts/tcp_server.c @@ -5,6 +5,8 @@ #include #include #include +#include +#include #include "common.h" /*Server process is running on this port no. Client has to send data to this port no*/