summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kilzer <ddkilzer@apple.com>2023-04-15 14:11:20 -0700
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-16 10:55:39 +0000
commit0dd276a9166b538f6ad500ff873d0e5c093a653a (patch)
treef6058f85e8087efd46d008fca870d77762fee3ee
parent677b2e8fe8187f3ba981dc97f65e75fec2dec62c (diff)
downloadlibxslt-0dd276a9166b538f6ad500ff873d0e5c093a653a.tar.gz
attributes.h needs to include xsltInternals.h
* libxslt/attributes.h: - Include xsltInternals.h for the definition of xsltTransformContextPtr.
-rw-r--r--libxslt/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libxslt/attributes.h b/libxslt/attributes.h
index 05b8a6e9..d9b99a74 100644
--- a/libxslt/attributes.h
+++ b/libxslt/attributes.h
@@ -13,6 +13,7 @@
#include <libxml/tree.h>
#include "xsltexports.h"
+#include "xsltInternals.h"
#ifdef __cplusplus
extern "C" {