summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 01:22:33 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 02:11:56 +0200
commit0f568c0b7376d5013a14e9186ec962b5aa033636 (patch)
tree286fc1f82577d02f78fc9242db8a510e91788f41 /xmlschemastypes.c
parent48f84ea8ed3bcd9c096accfdc1e8c2d588a557a4 (diff)
downloadlibxml2-0f568c0b7376d5013a14e9186ec962b5aa033636.tar.gz
Consolidate private header files
Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private.
Diffstat (limited to 'xmlschemastypes.c')
-rw-r--r--xmlschemastypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index 26c033d4..79825be0 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -33,6 +33,8 @@
#include <libxml/schemasInternals.h>
#include <libxml/xmlschemastypes.h>
+#include "private/error.h"
+
#define DEBUG
#ifndef LIBXML_XPATH_ENABLED