aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/c_rehash.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-01-03 20:24:43 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-01-03 20:24:43 +0000
commit0ba7d2a347fdad136d046b1057958050a91075e2 (patch)
tree16f05296565c37b9b2d0f029a35d1f173dce6bfd /main/openssl/c_rehash.c
parent0bee64d7d5564f9052268e41d3119257150e8bab (diff)
downloadaports-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.c1
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>