From: Nick Mathewson Date: Thu, 5 Jul 2018 19:44:33 +0000 (-0400) Subject: Add a missing include. X-Git-Tag: tor-0.3.5.1-alpha~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dd5b5f44134ab80045835da1eeb62d007455ccd;p=thirdparty%2Ftor.git Add a missing include. --- diff --git a/src/test/test_crypto_openssl.c b/src/test/test_crypto_openssl.c index 1d31ad0279..b1a5613eaf 100644 --- a/src/test/test_crypto_openssl.c +++ b/src/test/test_crypto_openssl.c @@ -10,6 +10,7 @@ #include "lib/crypt_ops/compat_openssl.h" #include "lib/crypt_ops/crypto_rand.h" #include "lib/encoding/binascii.h" +#include "lib/malloc/util_malloc.h" #include "test/test.h" #include