Skip to content
Snippets Groups Projects
Commit ba124bdd authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

macosx: include malloc.h only under a linux

parent 783f2e8b
No related merge requests found
......@@ -35,7 +35,9 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#ifdef __linux__
#include <malloc.h>
#endif
#include <connector/c/include/tarantool/tnt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment