summaryrefslogtreecommitdiff
path: root/source/fitz/crypt-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/crypt-aes.c')
-rw-r--r--source/fitz/crypt-aes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fitz/crypt-aes.c b/source/fitz/crypt-aes.c
index 87af5626..6cfca151 100644
--- a/source/fitz/crypt-aes.c
+++ b/source/fitz/crypt-aes.c
@@ -38,6 +38,8 @@
#include "mupdf/fitz.h"
+#include <string.h>
+
#define aes_context fz_aes
/* AES block cipher implementation from XYSSL */