diff options
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index e63a92c99b..cff4242e22 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -53,6 +53,7 @@ #include "log.h" #include "aes.h" #include "util.h" +#include "container.h" #if OPENSSL_VERSION_NUMBER < 0x00905000l #error "We require openssl >= 0.9.5" |