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"