nsParser.cpp would not compile if the EXPAT compiler define was set because I had

not included nsExpatDTD.h.  Now, nsExpatDTD.h gets included if EXPAT is set.


git-svn-id: svn://10.0.0.236/trunk@22513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-03-02 03:03:52 +00:00
parent da11cc260c
commit b045982ba5
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
#include "CNavDTD.h"
#include "nsWellFormedDTD.h"
#include "nsViewSourceHTML.h" //uncomment this to partially enable viewsource...
#ifdef EXPAT
#include "nsExpatDTD.h"
#endif
#undef rickgdebug
#ifdef rickgdebug