mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
a82c835ba4
* bump(main/libxlsxwriter): 1.1.7
Remove CMakeLists.txt.patch file which was added in upstream.
f477741dd3
* rebuild(main/sc-im): link with libxlsxwriter 1.1.7
11 lines
169 B
Diff
11 lines
169 B
Diff
--- a/src/formats/ods.c
|
|
+++ b/src/formats/ods.c
|
|
@@ -48,6 +48,7 @@
|
|
|
|
#ifdef ODS
|
|
#include <errno.h>
|
|
+#include <stdlib.h>
|
|
#include <zip.h>
|
|
#include <libxml/parser.h>
|
|
|