diff options
author | Rohan Mars <code@rohanmars.com> | 2015-11-22 21:52:02 +0100 |
---|---|---|
committer | Rohan Mars <code@rohanmars.com> | 2015-11-23 06:03:16 +0100 |
commit | a3a0e1cb30384bebbaa64cbf899d70bea6cf1353 (patch) | |
tree | 719cc30bc2f82731cea601a08d02821c67707cd0 /src/common/MemoryModel.cc | |
parent | Merge pull request #6219 from joejulian/master_fix_13438_parted_must_contain_dev (diff) | |
download | ceph-a3a0e1cb30384bebbaa64cbf899d70bea6cf1353.tar.xz ceph-a3a0e1cb30384bebbaa64cbf899d70bea6cf1353.zip |
aix gcc librados port
Signed-off-by: Rohan Mars <code@rohanmars.com>
Diffstat (limited to 'src/common/MemoryModel.cc')
-rw-r--r-- | src/common/MemoryModel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/MemoryModel.cc b/src/common/MemoryModel.cc index ddc7fa94977..336c82a8cbe 100644 --- a/src/common/MemoryModel.cc +++ b/src/common/MemoryModel.cc @@ -4,6 +4,7 @@ #include "MemoryModel.h" #include "common/config.h" #include "debug.h" +#include <malloc.h> #include <fstream> |