blob: e970f981f94684b73699b4109a37d89a274fa66c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** rules.c.orig Mon Jan 17 23:00:20 2005
--- rules.c Wed Jan 26 08:59:17 2005
***************
*** 3,9 ****
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <string.h>
! #include <malloc.h>
#define TITLE 0
#define RULE 1
--- 3,9 ----
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <string.h>
! #include <stdlib.h>
#define TITLE 0
#define RULE 1
|