1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-24 21:33:51 +03:00

fuzz: Add missing include

Fix build failure.
This commit is contained in:
Nick Wellnhofer 2024-01-07 15:40:23 +01:00
parent e1153832b0
commit 83c1ae13d8

View File

@ -4,6 +4,7 @@
* See Copyright for the status of this software. * See Copyright for the status of this software.
*/ */
#include <libxml/catalog.h>
#include <libxml/parser.h> #include <libxml/parser.h>
#include <libxml/xpointer.h> #include <libxml/xpointer.h>
#include "fuzz.h" #include "fuzz.h"