1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 04:47:06 +00:00
termux-packages/packages/sc-im/xls.c.patch
2022-02-15 16:29:39 +09:00

24 lines
422 B
Diff

--- a/src/xls.c
+++ b/src/xls.c
@@ -71,6 +71,11 @@
* \return -1 on error
*/
+#ifdef USELOCALE
+#include <locale.h>
+#include <langinfo.h>
+#endif
+
int open_xls(char * fname, char * encoding) {
#ifdef XLS
@@ -78,8 +83,6 @@
char fmt[15] = "%d/%m/%Y";
#ifdef USELOCALE
- #include <locale.h>
- #include <langinfo.h>
char * loc = NULL;
char * f = NULL;
loc = setlocale(LC_TIME, "");