From: Darren Tucker Date: Sat, 7 Feb 2026 17:28:28 +0000 (+1100) Subject: Move poll.h include to resync with upstream. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe79e3deb5457af588ab67ee5db642afedd935f;p=thirdparty%2Fopenssh-portable.git Move poll.h include to resync with upstream. --- diff --git a/monitor_fdpass.c b/monitor_fdpass.c index 21697ca88..786d29ab7 100644 --- a/monitor_fdpass.c +++ b/monitor_fdpass.c @@ -32,11 +32,10 @@ #include #include +#include #include #include -#include - #include "log.h" #include "monitor_fdpass.h"