Skip to content

Commit

Permalink
ssize_t is defined in <sys/types.h>. (#53)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rmind committed Apr 22, 2020
1 parent d7a3256 commit 0196488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef _CRYPTO_H_
#define _CRYPTO_H_

#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>

Expand Down

0 comments on commit 0196488

Please sign in to comment.