diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-02 17:38:12 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-02 17:38:12 -0500 |
| commit | 3bab6beb965b4c82aeb9a6775176ba6481f4dcfc (patch) | |
| tree | 0a3eb83cd4254f9851e135e327525b69cd1fe786 /pm-fmtdb.c | |
| parent | a43600011a3ee977a10fdc863e5b79c272a7b5bd (diff) | |
| download | pm-3bab6beb965b4c82aeb9a6775176ba6481f4dcfc.tar.gz pm-3bab6beb965b4c82aeb9a6775176ba6481f4dcfc.tar.xz | |
Add support for MacOS
Diffstat (limited to 'pm-fmtdb.c')
| -rw-r--r-- | pm-fmtdb.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ #include <fcntl.h> #include <unistd.h> +#if __APPLE__ + #include "compat/reallocarray.c" +#endif + #define TIME_FMT_CREATED "%H:%M:%S %m.%d.%y" #define TIME_FMT_UPDATED "%m.%d.%y" |
