mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
3b30e3bdb9
fix #305
11 lines
227 B
Diff
11 lines
227 B
Diff
--- a/gettext-tools/src/locating-rule.c
|
|
+++ b/gettext-tools/src/locating-rule.c
|
|
@@ -47,6 +47,7 @@
|
|
#include <libxml/parser.h>
|
|
#include <libxml/uri.h>
|
|
#include "xalloc.h"
|
|
+#include <stdlib.h>
|
|
|
|
#define _(str) gettext (str)
|
|
|