]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move sys/time.h include to match upstream.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 09:22:37 +0000 (19:22 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 09:22:37 +0000 (19:22 +1000)
clientloop.c

index cc6f64a2b8b5d3dbb215bd379758b3b83673c9ba..a2f7578679017fa608f5dfeaca2b36a206c1f930 100644 (file)
@@ -64,8 +64,8 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
-#include <sys/time.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 
 #include <ctype.h>
 #include <errno.h>