From 3e58559c69a8b1d4531f554a32c3ed03093e4bac Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 6 Mar 2024 16:56:41 -0500 Subject: [PATCH] Third time's the charm... --- mxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxml.h b/mxml.h index d5e405d..5370f2b 100644 --- a/mxml.h +++ b/mxml.h @@ -14,13 +14,13 @@ # include # include # include +# include # include # include # include # include # if defined(_WIN32) && !defined(__CUPS_SSIZE_T_DEFINED) # define __CUPS_SSIZE_T_DEFINED -# include // Windows does not provide the ssize_t type, so map it to int64_t... */ typedef int64_t ssize_t; // @private@ # define SSIZE_MAX INT64_MAX