]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move poll.h include to resync with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 7 Feb 2026 17:28:28 +0000 (04:28 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 7 Feb 2026 17:40:09 +0000 (04:40 +1100)
monitor_fdpass.c

index 21697ca8893782c5a9ebb439901997009ae6dbf4..786d29ab7ea8841e22992df00262d78bb4c07b00 100644 (file)
 #include <sys/un.h>
 
 #include <errno.h>
+#include <poll.h>
 #include <string.h>
 #include <stdarg.h>
 
-#include <poll.h>
-
 #include "log.h"
 #include "monitor_fdpass.h"