Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ssh/includes.h')
-rw-r--r--src/crypto/ssh/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ssh/includes.h b/src/crypto/ssh/includes.h
index 23b4aeeb6..ab29d77dd 100644
--- a/src/crypto/ssh/includes.h
+++ b/src/crypto/ssh/includes.h
@@ -8,7 +8,7 @@
#endif
#include <sys/types.h>
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__HAIKU__)
#include <stdint.h>
typedef uint32_t u_int32_t;