ports/net-im/sayaka/files/patch-src_UString.cpp
Alexey Dokuchaev 5821236f05 - Update to version 3.5.1, unbreak, respect CXXFLAGS
- Written in C++17 and does not need Vala since v3.5.0
- mbedTLS is used instead of libcurl since v3.3.0
- Now graphic-wise depends only on jpeg and libpng
2021-03-20 17:47:59 +00:00

10 lines
260 B
C++

--- src/UString.cpp.orig 2021-03-18 09:51:03 UTC
+++ src/UString.cpp
@@ -25,6 +25,7 @@
#include "UString.h"
#include <array>
+#include <cerrno>
#include <cstring>
// 出力文字コードが UTF-8 以外 (iconv による変換が必要) なら true。