diff options
Diffstat (limited to 'libs/libroxml/patches/010-gcc10.patch')
-rw-r--r-- | libs/libroxml/patches/010-gcc10.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libroxml/patches/010-gcc10.patch b/libs/libroxml/patches/010-gcc10.patch new file mode 100644 index 000000000..3c4fee653 --- /dev/null +++ b/libs/libroxml/patches/010-gcc10.patch @@ -0,0 +1,11 @@ +--- a/src/roxml_mem.h ++++ b/src/roxml_mem.h +@@ -14,7 +14,7 @@ + + #include "roxml_internal.h" + +-memory_cell_t head_cell; ++extern memory_cell_t head_cell; + + /** \brief alloc memory function + * |