Browse Source

Add a missing include.

Nick Mathewson 5 years ago
parent
commit
1dd5b5f441
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_crypto_openssl.c

+ 1 - 0
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 <openssl/evp.h>