summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-28 15:22:13 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-28 15:22:13 -0500
commitef0c2c4a923ad8ad776fc7feb45b7b7e834b44fe (patch)
treebd2171107fde131e3ddfb8620076d986fb4e3b94 /components
parent068d36f333126c67a4e9ea5e59cf99446b2e998c (diff)
downloadaura-central-ef0c2c4a923ad8ad776fc7feb45b7b7e834b44fe.tar.gz
[Components:Docshell] add the src dir to LOCAL_INCLUDES
Diffstat (limited to 'components')
-rw-r--r--components/docshell/moz.build1
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']: