diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-17 20:12:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-19 21:12:24 +0300 |
commit | 54d1c8b93adbeee5838b8dadabeb789b9fa6c511 (patch) | |
tree | 498abe5bb90128e64f84a838f61aa18badd4346b /src/common/thread.c | |
parent | b320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff) | |
download | hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.gz hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.bz2 hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.xz hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.zip |
rename malloc.c/h to memmgr.
Diffstat (limited to 'src/common/thread.c')
-rw-r--r-- | src/common/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/thread.c b/src/common/thread.c index d5bbd7f97..d9cd42aa6 100644 --- a/src/common/thread.c +++ b/src/common/thread.c @@ -11,7 +11,7 @@ #include "thread.h" #include "common/cbasetypes.h" -#include "common/malloc.h" +#include "common/memmgr.h" #include "common/showmsg.h" #include "common/sysinfo.h" // sysinfo->getpagesize() |