From 50597692e021ee071b971e13a14dde5b22d31639 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Nov 2018 22:24:10 +0100 Subject: 43759: add support for true colour terminals --- Src/zsh_system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/zsh_system.h') diff --git a/Src/zsh_system.h b/Src/zsh_system.h index 8289ee97c..e7d529b6e 100644 --- a/Src/zsh_system.h +++ b/Src/zsh_system.h @@ -137,6 +137,10 @@ char *alloca _((size_t)); #include #endif +#ifdef HAVE_STDINT_H +# include +#endif + #include #include #include -- cgit 1.4.1