summaryrefslogtreecommitdiff
path: root/src/apk_crypto.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2021-06-11 13:51:13 +0300
committerTimo Teräs <timo.teras@iki.fi>2021-06-11 13:51:13 +0300
commit4403e7ec32c99ecf079e187d7010d19fe72f0c76 (patch)
tree0c4cd3c7f4675b92e4dbc07cffd4247703966f1a /src/apk_crypto.h
parent2f58322c7096fe5ad563244014c8cafb4880f364 (diff)
downloadapk-tools-4403e7ec32c99ecf079e187d7010d19fe72f0c76.tar.gz
apk-tools-4403e7ec32c99ecf079e187d7010d19fe72f0c76.tar.bz2
apk-tools-4403e7ec32c99ecf079e187d7010d19fe72f0c76.tar.xz
apk-tools-4403e7ec32c99ecf079e187d7010d19fe72f0c76.zip
fix glibc build of crypto abstraction header
Diffstat (limited to 'src/apk_crypto.h')
-rw-r--r--src/apk_crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_crypto.h b/src/apk_crypto.h
index ac6e828..4697901 100644
--- a/src/apk_crypto.h
+++ b/src/apk_crypto.h
@@ -11,6 +11,7 @@
#include <assert.h>
#include <errno.h>
+#include <string.h>
#include <openssl/evp.h>
#include "apk_openssl.h"