Mailing List Archive

[PATCH] Include fixes
commit 45dc59c252d5943721c78f537a6585425bb5dd35
Author: Thomas Koeller <thomas@koeller.dyndns.org>
Date: Thu Jan 27 12:59:11 2022 +0100

Fixed includes

misc.h uses uint64_t and so has to include stdint.h.

Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>

diff --git a/misc.h b/misc.h
index 2e1b5fec..ba14e20a 100644
--- a/misc.h
+++ b/misc.h
@@ -19,6 +19,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
+#include <stdint.h>

/* Data structure for representing a forwarding request. */
struct Forward {
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev