소스 검색

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>