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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user