summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-23 05:25:29 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-23 05:25:29 +0000
commitb6d58f90ba332194cbe09473401cca78acf270ee (patch)
tree0ec1b0cf6986c29520f43ca818861c7fed380b2c
parentc5b2c4a9041cafc5c5dd201809ab7a6b62084b65 (diff)
downloadnss-hg-b6d58f90ba332194cbe09473401cca78acf270ee.tar.gz
Bugzilla bug #82298: a temporary fix for Mozilla build bustage on Windows.
NSS_3_2_BRANCH
-rw-r--r--security/coreconf/headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/headers.mk b/security/coreconf/headers.mk
index 11da58525..c23eefd9a 100644
--- a/security/coreconf/headers.mk
+++ b/security/coreconf/headers.mk
@@ -54,5 +54,5 @@ endif
INCLUDES += -I$(SOURCE_XPPRIVATE_DIR)
ifdef MOZILLA_CLIENT
-INCLUDES += $(MOZILLA_INCLUDES)
+INCLUDES += -I$(SOURCE_XP_DIR)/include $(MOZILLA_INCLUDES)
endif