mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 15:42:20 +08:00
12 lines
194 B
Diff
12 lines
194 B
Diff
--- 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
|
|
*
|