talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 42b153731f3a70642e7901334fb3fc948cefa036
parent d65f9fb28f367f0274524fb59b10f72f9e9eb401
Author: Michael Rasmussen <mir@datanom.net>
Date:   Thu, 16 Jun 2022 00:58:18 +0200

Fix building on FreeBSD

Signed-off-by: Michael Rasmussen <mir@datanom.net>

Diffstat:
Msrc/prefs_account.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -36,6 +36,8 @@ #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/socket.h> +#include <netinet/in.h> #include <string.h> #include <stdlib.h> #include <ctype.h>