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

regexp: Add missing include

This commit is contained in:
Nick Wellnhofer 2023-09-22 14:23:27 +02:00
parent bc4e82ff42
commit b94283fbda

View File

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