From b97c8a502eca93c48c20d1680a54f6d0318026a5 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 31 Mar 2018 16:40:45 +0000 Subject: [PATCH] Compilable under FreeBSD FossilOrigin-Name: 82eb07018ba4eb48e6c8839cd4931fad118c3c5f5e84d221b8dc360dd5c8364d --- src/cw/cw_type_ipaddress.c | 5 +++++ src/cw/log.h | 2 +- src/cw/lw_put_sockaddr.c | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/cw/cw_type_ipaddress.c b/src/cw/cw_type_ipaddress.c index 11dc9e6a..fc7f4096 100644 --- a/src/cw/cw_type_ipaddress.c +++ b/src/cw/cw_type_ipaddress.c @@ -1,6 +1,11 @@ #include +#include +#include + + + #include "format.h" #include "cw.h" #include "ktv.h" diff --git a/src/cw/log.h b/src/cw/log.h index b81e27cd..ff8fb84c 100644 --- a/src/cw/log.h +++ b/src/cw/log.h @@ -30,9 +30,9 @@ #ifndef __CW_LOG_H #define __CW_LOG_H +#include #include #include -#include #ifndef LOG_ERROR #define LOG_ERROR LOG_ERR diff --git a/src/cw/lw_put_sockaddr.c b/src/cw/lw_put_sockaddr.c index ff2ec322..f5d2039c 100644 --- a/src/cw/lw_put_sockaddr.c +++ b/src/cw/lw_put_sockaddr.c @@ -19,7 +19,9 @@ #include #include +#include +#include "sock.h" #include "lw.h"