summaryrefslogtreecommitdiff
path: root/common/utf8conv.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-09-16 07:45:26 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-09-16 07:45:26 +0900
commitfee00cee1bbe0de698f4969528e8d607b8992871 (patch)
treeb06e2154d45b31e5a3e8178283c71c2c1630e2c6 /common/utf8conv.c
parent4497851adccf3cd3a801797b36bacc8d6f0920f0 (diff)
downloadgpg2-fee00cee1bbe0de698f4969528e8d607b8992871.tar.gz
gpg2-fee00cee1bbe0de698f4969528e8d607b8992871.tar.bz2
gpg2-fee00cee1bbe0de698f4969528e8d607b8992871.zip
Imported Upstream version 2.3.4upstream/2.3.4
Diffstat (limited to 'common/utf8conv.c')
-rw-r--r--common/utf8conv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/utf8conv.c b/common/utf8conv.c
index bdab225..1f01841 100644
--- a/common/utf8conv.c
+++ b/common/utf8conv.c
@@ -55,6 +55,10 @@
#include "stringhelp.h"
#include "utf8conv.h"
+#ifdef HAVE_W32_SYSTEM
+#include <windows.h>
+#endif
+
#ifndef MB_LEN_MAX
#define MB_LEN_MAX 16
#endif