]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Sync includes with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:30:20 +0000 (20:30 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:30:20 +0000 (20:30 +1000)
umac.c

diff --git a/umac.c b/umac.c
index 078434b8de042a75f81eecaf8693bd98cffd35c6..b51d524d9e2b0120357fcb457f33591a0309e84c 100644 (file)
--- a/umac.c
+++ b/umac.c
@@ -72,7 +72,9 @@
 /* ---------------------------------------------------------------------- */
 
 #include "includes.h"
+
 #include <sys/types.h>
+#include <endian.h>
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>