1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-23 02:50:08 +03:00

include: Add more missing stdio.h includes

This commit is contained in:
Nick Wellnhofer 2023-09-28 15:34:08 +02:00
parent b8961a75e9
commit b31813e60c
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef __XML_URI_H__
#define __XML_URI_H__
#include <stdio.h>
#include <libxml/xmlversion.h>
#include <libxml/xmlstring.h>

View File

@ -16,6 +16,7 @@
#ifdef LIBXML_SCHEMAS_ENABLED
#include <stdio.h>
#include <libxml/encoding.h>
#include <libxml/tree.h>
#include <libxml/xmlerror.h>

View File

@ -12,6 +12,7 @@
#ifndef __XML_XPATH_INTERNALS_H__
#define __XML_XPATH_INTERNALS_H__
#include <stdio.h>
#include <libxml/xmlversion.h>
#include <libxml/xpath.h>