$NetBSD: patch-mpd.c,v 1.1 2021/11/27 10:37:24 pho Exp $ Fix build on NetBSD: struct sockaddr_in is not defined unless is #include'd. --- mpd.c.orig 2021-11-27 10:11:28.288468327 +0000 +++ mpd.c @@ -11,6 +11,7 @@ #include #include #include +#include GIOChannel * mpc_mpd = NULL;