blob: 710b655f555f11128362aeb3abb8a0dc95b14517 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff -cr ../Sablot-0.44/Sablot/engine/parser.h Sablot/engine/parser.h
*** ../Sablot-0.44/Sablot/engine/parser.h Thu Sep 14 15:09:03 2000
--- Sablot/engine/parser.h Sun Nov 12 17:07:31 2000
***************
*** 39,51 ****
#include "base.h"
#include "output.h"
! #if defined (HAVE_XMLPARSE_H) || defined (HAVE_EXPAT_SRC)
! #include <xmlparse.h>
! #elif defined (HAVE_XMLTOK_XMLPARSE_H)
! #include <xmltok/xmlparse.h>
! #elif defined (WIN32)
! #include "xmlparse.h"
! #endif
class Tree;
class DataLine;
--- 39,45 ----
#include "base.h"
#include "output.h"
! #include <expat.h>
class Tree;
class DataLine;
|