mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Closes: #12570 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
10 lines
188 B
Diff
10 lines
188 B
Diff
--- src/utils.h
|
|
+++ src/utils.h
|
|
@@ -22,6 +22,7 @@
|
|
#define __FCITX_ANTHY_UTILS_H__
|
|
|
|
#include "common.h"
|
|
+#include <sys/types.h>
|
|
|
|
size_t
|
|
util_utf8_string_length(const std::string& s);
|