From 9515c345720b14731c86f823735a61edb7a1e6bc Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sun, 25 Oct 1998 22:07:11 +0000 Subject: [PATCH] Fixing Linux bustage --- layout/html/document/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/html/document/src/Makefile b/layout/html/document/src/Makefile index c7ceed405553..3d49a0138303 100644 --- a/layout/html/document/src/Makefile +++ b/layout/html/document/src/Makefile @@ -28,7 +28,8 @@ INCLUDES += \ -I../../forms/src \ -I../../style/src \ -I../../table/src \ - -I../../dom \ + -I../../dom \ + -I../../../../htmlparser/src \ $(NULL) # Note the sophisticated alphabetical ordering :-|