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

applied patch from Olli Savia for LynxOS Daniel

* libxml.h triodef.h: applied patch from Olli Savia for LynxOS
Daniel
This commit is contained in:
Daniel Veillard
2006-05-31 13:35:28 +00:00
parent 5869469f42
commit f79fbfc006
3 changed files with 13 additions and 0 deletions

View File

@@ -25,6 +25,13 @@
#include <libxml/xmlversion.h>
#endif
#if defined(__Lynx__)
#include <stdio.h> /* pull definition of size_t */
#include <varargs.h>
int snprintf(char *, size_t, const char *, ...);
int vfprintf(FILE *, const char *, va_list);
#endif
#ifndef WITH_TRIO
#include <stdio.h>
#else