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

diff --git a/mux.c b/mux.c
index bbeb505b46d83ba1f7042d2efe852e8a48854343..629cc0f73af7432a45bfa69c98778a8f81c002fe 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <poll.h>
 #include <limits.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <paths.h>
-
-#include <poll.h>
-
 #include <util.h>
+#include <paths.h>
 
 #include "openbsd-compat/sys-queue.h"
+
+#include "atomicio.h"
 #include "xmalloc.h"
 #include "log.h"
 #include "ssh.h"