Commit 044b292a authored by Dan Melnic's avatar Dan Melnic Committed by Facebook Github Bot

Fix linter issue

Summary:
Fix linter issue

(Note: this ignores all push blocking failures!)

Reviewed By: danobi

Differential Revision: D19435633

fbshipit-source-id: 858755eda1873b20cd7dae6e24b39ce21d15608a
parent 5a54b7a9
......@@ -29,7 +29,7 @@
// JEMalloc provides it's own implementation of
// malloc_usable_size, and that's what we should be using.
#if defined(__FreeBSD__)
#include <malloc_np.h>
#include <malloc_np.h> // @manual
#else
#include <jemalloc/jemalloc.h> // @manual
#endif
......
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