diff --git a/include/ghostty.h b/include/ghostty.h index 40ff55c9b..3c4002abc 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -17,6 +17,11 @@ extern "C" { #include #include +#ifdef _MSC_VER +#include +typedef SSIZE_T ssize_t; +#endif + //------------------------------------------------------------------- // Macros