From 236b17c038967cb4c761c5bec39d37dca360adea Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 1 Jan 2024 13:28:48 -0500 Subject: Add support for MacOS --- pm-fmtdb.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pm-fmtdb.c') diff --git a/pm-fmtdb.c b/pm-fmtdb.c index 2683112..9989e24 100644 --- a/pm-fmtdb.c +++ b/pm-fmtdb.c @@ -26,6 +26,10 @@ #include #include +#if __APPLE__ + #include "compat/reallocarray.c" +#endif + #define TIME_FMT_CREATED "%H:%M:%S %m.%d.%y" #define TIME_FMT_UPDATED "%m.%d.%y" -- cgit v1.2.3