diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2025-06-08 11:42:57 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2025-06-08 11:42:57 +0200 |
| commit | 4a3c7d6ceb367c923faa521c20f765302096bfae (patch) | |
| tree | 1fa57ad3d226a8a690e0b513f9416e2d2e27ab70 /src | |
| parent | 278b3551049df0883c4162ccfe4c150027893c37 (diff) | |
| download | cataract-4a3c7d6ceb367c923faa521c20f765302096bfae.tar.xz | |
build: Fix libxml2 includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/cgg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ #include <glib.h> -#include <libxml/xmlmemory.h> +#include <libxml/xmlversion.h> +#include <libxml/parser.h> #include <config.h> |
