Skip to content

Commit 0196488

Browse files
authored
ssize_t is defined in <sys/types.h>. (#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.
1 parent d7a3256 commit 0196488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/crypto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef _CRYPTO_H_
99
#define _CRYPTO_H_
1010

11+
#include <sys/types.h>
1112
#include <stdint.h>
1213
#include <stdbool.h>
1314

0 commit comments

Comments
 (0)