Fix JemallocNodumpAllocator when compiled without folly-config.h
authorChristopher Dykes <cdykes@fb.com>
Wed, 25 Jan 2017 16:49:59 +0000 (08:49 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 25 Jan 2017 17:02:56 +0000 (09:02 -0800)
Summary: HHVM compiles without `folly-config.h`, so this was preventing us from updating to the newest version of Folly.

Reviewed By: yfeldblum

Differential Revision: D4456890

fbshipit-source-id: ed118ff0cf7f254a5f99be68f171d1b34ebf5c5c

folly/experimental/JemallocNodumpAllocator.h

index 655b0b56335c72074bf292389bfd23c6eee3133d..522a3e4cecf0b1db67750611353c85ba34a06c50 100644 (file)
@@ -18,7 +18,7 @@
 
 #pragma once
 
-#include <folly/folly-config.h>
+#include <folly/portability/Config.h>
 
 #ifdef FOLLY_HAVE_LIBJEMALLOC