aboutsummaryrefslogtreecommitdiff
path: root/libs/libroxml/patches/010-gcc10.patch
blob: 3c4fee6533ebddd93fc987ddd55e9be3fa5c2637 (plain)
1
2
3
4
5
6
7
8
9
10
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
  *