From 0196488a863d7fce81dd163ef0ccc635ee1df754 Mon Sep 17 00:00:00 2001 From: Mindaugas Rasiukevicius Date: Wed, 22 Apr 2020 17:11:18 +0100 Subject: [PATCH] ssize_t is defined in . (#53) Build log for x86_64-musl (voidlinux) at: https://build.voidlinux.org/builders/x86_64-musl_builder/builds/27590/steps/shell_3/logs/stdio From xtraeme on Github via #51. Re-based to re-run the tests. --- src/crypto/crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index fd1ddc1..605ae63 100644 --- a/src/crypto/crypto.h +++ b/src/crypto/crypto.h @@ -8,6 +8,7 @@ #ifndef _CRYPTO_H_ #define _CRYPTO_H_ +#include #include #include