diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:16:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:16:57 -0400 |
commit | 41640b65735ec6214aa5080c2143b0982a59bb93 (patch) | |
tree | b65163e29bd3960342b4977bde86dec4f9ef6b72 /src/lib/lock/compat_mutex.h | |
parent | 9ec80909ec7be3d9eea863dfc3f320bfe9072ae8 (diff) | |
download | tor-41640b65735ec6214aa5080c2143b0982a59bb93.tar.gz tor-41640b65735ec6214aa5080c2143b0982a59bb93.zip |
Rename util_malloc to malloc.
Diffstat (limited to 'src/lib/lock/compat_mutex.h')
-rw-r--r-- | src/lib/lock/compat_mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/lock/compat_mutex.h b/src/lib/lock/compat_mutex.h index f467aa5dba..f8689422b1 100644 --- a/src/lib/lock/compat_mutex.h +++ b/src/lib/lock/compat_mutex.h @@ -14,7 +14,7 @@ #include "orconfig.h" #include "lib/cc/torint.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" #if defined(HAVE_PTHREAD_H) && !defined(_WIN32) #include <pthread.h> |