diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 15:22:13 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 15:22:13 -0500 |
commit | ef0c2c4a923ad8ad776fc7feb45b7b7e834b44fe (patch) | |
tree | bd2171107fde131e3ddfb8620076d986fb4e3b94 | |
parent | 068d36f333126c67a4e9ea5e59cf99446b2e998c (diff) | |
download | aura-central-ef0c2c4a923ad8ad776fc7feb45b7b7e834b44fe.tar.gz |
[Components:Docshell] add the src dir to LOCAL_INCLUDES
-rw-r--r-- | components/docshell/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/docshell/moz.build b/components/docshell/moz.build index ddeca62c1..715f77878 100644 --- a/components/docshell/moz.build +++ b/components/docshell/moz.build @@ -76,6 +76,7 @@ LOCAL_INCLUDES += [ '/layout/xul', '/system/network/protocol/viewsource', '/tools/profiler', + 'src', ] if CONFIG['MOZ_TOOLKIT_SEARCH']: |