b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/roxml_mem.h |
2 | +++ b/src/roxml_mem.h | ||||
3 | @@ -14,7 +14,7 @@ | ||||
4 | |||||
5 | #include "roxml_internal.h" | ||||
6 | |||||
7 | -memory_cell_t head_cell; | ||||
8 | +extern memory_cell_t head_cell; | ||||
9 | |||||
10 | /** \brief alloc memory function | ||||
11 | * |