diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-01-03 20:24:43 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-01-03 20:24:43 +0000 |
commit | 0ba7d2a347fdad136d046b1057958050a91075e2 (patch) | |
tree | 16f05296565c37b9b2d0f029a35d1f173dce6bfd /main/openssl/c_rehash.c | |
parent | 0bee64d7d5564f9052268e41d3119257150e8bab (diff) | |
download | aports-0ba7d2a347fdad136d046b1057958050a91075e2.tar.bz2 aports-0ba7d2a347fdad136d046b1057958050a91075e2.tar.xz |
main/openssl: fix musl build of c_rehash (missing include)
Diffstat (limited to 'main/openssl/c_rehash.c')
-rw-r--r-- | main/openssl/c_rehash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/openssl/c_rehash.c b/main/openssl/c_rehash.c index a46ec4533c..a669529d29 100644 --- a/main/openssl/c_rehash.c +++ b/main/openssl/c_rehash.c @@ -16,6 +16,7 @@ #include <unistd.h> #include <dirent.h> #include <fnmatch.h> +#include <sys/stat.h> #include <openssl/evp.h> #include <openssl/pem.h> |