mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- 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
10 lines
260 B
C++
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。
|