From d33c95ded66b85217c5554d9ec8e5feb2dfb550c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 28 Aug 2022 18:16:55 +0200 Subject: add missing #include --- src/net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net.h b/src/net.h index ce1c536..125d4f3 100644 --- a/src/net.h +++ b/src/net.h @@ -2,6 +2,7 @@ #define __NET_H__ #include +#include int net_bind(const char *port); int net_accept(int fd); -- cgit v1.2.3