From a00852734f078e2fd204cfc30c18d9e1cd8da8b1 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Tue, 21 Nov 2023 13:44:46 +1000 Subject: [PATCH] libssh: compile bsd-poll.c so that misc.c doesn't get upset on macos --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4893df4..e8b98b9 100644 --- a/Makefile +++ b/Makefile @@ -228,6 +228,7 @@ _OBSD_COMPAT= \ base64.c \ bsd-setres_id.c \ vis.c \ + bsd-poll.c _LIBSSH_SOURCES= \ sshbuf.c \