1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-11 05:17:37 +03:00

got a report that #include <string.h> was needed Daniel

* libxml.m4: got a report that #include <string.h> was needed
Daniel
This commit is contained in:
Daniel Veillard 2002-04-09 13:48:02 +00:00
parent 6e4f1c0e69
commit 88e0ad4bce
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxml.m4: got a report that #include <string.h> was needed
Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
* xmllint.c: applied a fix from Anthony Jones for -o /--output

View File

@ -59,6 +59,7 @@ dnl
AC_TRY_RUN([
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libxml/tree.h>
int
@ -253,6 +254,7 @@ dnl
AC_TRY_RUN([
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libxml/xmlversion.h>
int