[PATCH] Include fixes

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



commit 45dc59c252d5943721c78f537a6585425bb5dd35
Author: Thomas Koeller <thomas@xxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxx>

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@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev



[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux