commit | 70a9da54eb200cd5c5ceafb72aff72c39021c94c | [log] [tgz] |
---|---|---|
author | Bjorn Reese <breese@src.gnome.org> | Sat Apr 21 16:57:29 2001 +0000 |
committer | Bjorn Reese <breese@src.gnome.org> | Sat Apr 21 16:57:29 2001 +0000 |
tree | f1451c927671ec62eae6b8adc65babd8ddc88251 | |
parent | 34b1b3a81ed88ad9885be382327e4be10364c01a [diff] [blame] |
trio upgrade and integration
diff --git a/xlink.c b/xlink.c index 60842d1..28e5dfa 100644 --- a/xlink.c +++ b/xlink.c
@@ -8,13 +8,8 @@ */ -#ifdef WIN32 -#include "win32config.h" -#else -#include "config.h" -#endif +#include "libxml.h" -#include <stdio.h> #include <string.h> /* for memset() only */ #ifdef HAVE_CTYPE_H #include <ctype.h>