From: Nick Mathewson Date: Thu, 13 Sep 2018 14:53:22 +0000 (-0400) Subject: Allow malloc includes in tls library X-Git-Tag: tor-0.3.5.1-alpha~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac93c911ce8e6f910a7931f62775278fc0d2c6ba;p=thirdparty%2Ftor.git Allow malloc includes in tls library --- diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index ca7cb455e4..2840e590b8 100644 --- a/src/lib/tls/.may_include +++ b/src/lib/tls/.may_include @@ -8,6 +8,7 @@ lib/ctime/*.h lib/encoding/*.h lib/intmath/*.h lib/log/*.h +lib/malloc/*.h lib/net/*.h lib/string/*.h lib/testsupport/testsupport.h