ソースを参照

Add a missing include.

Nick Mathewson 5 年 前
コミット
1dd5b5f441
1 ファイル変更1 行追加0 行削除
  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>