afa399ea76
- Migrated to rpmautospec - Renovate entire spec, cleanup unused dependencies - Add %check and option to disable test (according to Alpine Linux maintainers, "take extremely long and use absurd amounts of memory") - Introduce reduced debug symbols - Depend on python3-libs instead of the commandline package - Verify the signature of source tarball
11 lines
186 B
Diff
11 lines
186 B
Diff
--- a/src/object/uri.h
|
|
+++ b/src/object/uri.h
|
|
@@ -13,6 +13,7 @@
|
|
#define INKSCAPE_URI_H
|
|
|
|
#include <libxml/uri.h>
|
|
+#include <libxml/xmlmemory.h>
|
|
#include <memory>
|
|
#include <string>
|
|
|