aboutsummaryrefslogtreecommitdiff
path: root/src/wcwidth.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wcwidth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wcwidth.h b/src/wcwidth.h
index f2fee11..6cb6f6d 100644
--- a/src/wcwidth.h
+++ b/src/wcwidth.h
@@ -9,6 +9,7 @@
9 9
10#ifdef _WIN32 10#ifdef _WIN32
11#include <stdint.h> 11#include <stdint.h>
12#include <stddef.h>
12typedef uint32_t mk_wchar_t; // Windows wchar_t can be 16-bit, we need 32-bit 13typedef uint32_t mk_wchar_t; // Windows wchar_t can be 16-bit, we need 32-bit
13#else 14#else
14#include <wchar.h> 15#include <wchar.h>