From 3164e141fc032d264b002262907ebd832c9a56ce Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 22 Oct 2017 22:26:39 +0200 Subject: [PATCH] fixup! winansi: simplify loading the GetCurrentConsoleFontEx() function --- compat/winansi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/winansi.c b/compat/winansi.c index bec6fe662e..efc0abcdac 100644 --- a/compat/winansi.c +++ b/compat/winansi.c @@ -7,6 +7,7 @@ #include #include #include "win32.h" +#include "win32/lazyload.h" static int fd_is_interactive[3] = { 0, 0, 0 }; #define FD_CONSOLE 0x1