Chromium Code Reviews| Index: runtime/BUILD.gn |
| diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn |
| index f813be13bc57600306cf2bedd4d2a7ad0a25ef62..15ce27b25b9ff35a171215dcdb75650f7699fb08 100644 |
| --- a/runtime/BUILD.gn |
| +++ b/runtime/BUILD.gn |
| @@ -106,7 +106,10 @@ config("dart_config") { |
| if (is_fuchsia) { |
| defines += [ "DART_USE_JEMALLOC" ] |
| - include_dirs += [ "//magenta/third_party/ulib/jemalloc/include" ] |
| + include_dirs += [ |
| + "//magenta/system/ulib/mx/include", |
| + "//magenta/third_party/ulib/jemalloc/include", |
| + ] |
| } |
| if (!is_win) { |