Commit 5f9c9af4 authored by Bert Maher's avatar Bert Maher Committed by Facebook Github Bot 8

malloc.h doesn't exist on OSX

Summary: Use malloc/malloc.h there instead

Reviewed By: Orvid

Differential Revision: D3143768

fb-gh-sync-id: 3258b68df49cf7fbff28a3853663d39c147aee8b
fbshipit-source-id: 3258b68df49cf7fbff28a3853663d39c147aee8b
parent 448f1272
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
#pragma once #pragma once
#ifndef __APPLE__
#include <malloc.h> #include <malloc.h>
#endif
#include <folly/portability/Config.h> #include <folly/portability/Config.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment