1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

tiny fix from Albert Chin portability cleanup for arch needing trio for

* libxml.3: tiny fix from Albert Chin
* runsuite.c runtest.c testapi.c: portability cleanup for arch
  needing trio for *printf
Daniel
This commit is contained in:
Daniel Veillard
2005-10-28 16:37:05 +00:00
parent 19dc961ec1
commit f93a67e9c9
5 changed files with 23 additions and 8 deletions

View File

@@ -8,13 +8,12 @@
* daniel@veillard.com
*/
#include "config.h"
#ifndef WITH_TRIO
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include "libxml.h"
#else
#define TRIO_REPLACE_STDIO
#include "trio.h"
#include <stdio.h>
#endif
#include <string.h>
#include <libxml/xmlerror.h>
#include <libxml/relaxng.h>