--- parser3/src/include/pa_globals.h 2003/03/18 15:14:16 1.101.2.15.2.1 +++ parser3/src/include/pa_globals.h 2003/11/20 16:34:25 1.107 @@ -8,12 +8,17 @@ #ifndef PA_GLOBALS_H #define PA_GLOBALS_H -static const char* IDENT_GLOBALS_H="$Date: 2003/03/18 15:14:16 $"; +static const char * const IDENT_GLOBALS_H="$Date: 2003/11/20 16:34:25 $"; #include "pa_hash.h" #include "pa_string.h" +#ifdef XML +# include "libxml/tree.h" +# include "gdome.h" +#endif + class Dictionary; class Charset; class Table;