--- libwww/Library/src/HTInit.html 1998/05/14 02:10:36 2.52 +++ libwww/Library/src/HTInit.html 1999/02/22 23:34:34 2.53 @@ -120,12 +120,17 @@ call using non-blocking and interleaved The Converters are used to convert a media type to another media type, or to present it on screen. This is a part of the stream stack algorithm. The Presenters are also used in the stream stack, but are initialized separately. -
#include "WWWMIME.h"
+
+#include "WWWMIME.h"
 #include "WWWHTML.h"
 #include "WWWStream.h"
 #include "WWWDir.h"
 #include "WWWCache.h"
 
+#ifdef HT_EXPAT
+#include "WWWXML.h"
+#endif
+
 extern void HTConverterInit	(HTList * conversions);
 

@@ -245,6 +250,6 @@ extern void HTIconInit (const char * url


- @(#) $Id: HTInit.html,v 2.52 1998/05/14 02:10:36 frystyk Exp $ + @(#) $Id: HTInit.html,v 2.53 1999/02/22 23:34:34 frystyk Exp $