Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 4b39ebcebb)
11 lines
203 B
Diff
11 lines
203 B
Diff
--- a/iucode_tool.c
|
|
+++ b/iucode_tool.c
|
|
@@ -24,6 +24,7 @@
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
+#include <limits.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <assert.h>
|