summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"