[openssh-commits] [openssh] 03/08: Sync includes with upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 5 20:44:30 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit aed6a958bc108faab64bc2855d6ed93894cfc6ff
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 20:30:20 2025 +1000
Sync includes with upstream.
---
umac.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/umac.c b/umac.c
index 078434b8d..b51d524d9 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list