From 2043a941ebe86cb42d1c599e531d6ab1c818ca1e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 6 Oct 2018 18:33:13 +0200 Subject: [PATCH] force stdint.h --- hydra-sip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra-sip.c b/hydra-sip.c index 7d681e8..22de26c 100644 --- a/hydra-sip.c +++ b/hydra-sip.c @@ -15,6 +15,7 @@ void dummy_sip() { } #else +#include #include "sasl.h" extern int32_t hydra_data_ready_timed(int32_t socket, long sec, long usec);