commit d477775871413391180974da05390cc723473f66 parent ed40fd8031ffe802608949c176bdb4bb02d4b0dd Author: Benno Schulenberg <bensberg@telfort.nl> Date: Tue, 11 Jun 2019 12:29:32 +0200 build: avoid a warning on FreeBSD, OpenBSD, and Alpine Diffstat:
M | src/winio.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/winio.c b/src/winio.c @@ -27,6 +27,9 @@ #include <sys/ioctl.h> #endif #include <string.h> +#ifdef ENABLE_UTF8 +#include <wchar.h> +#endif #ifdef REVISION #define BRANDING REVISION