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