commit e0cef1334a18540e75cce81d591c10dd334801c7 parent 928e98bc0458e5e329888a3f950f1867859f4206 Author: bsandro <[email protected]> Date: Sun, 30 Jul 2023 16:37:10 +0300 Merge branch 'gui' of bsandro.tech:~/repos/emote2ss into gui Diffstat:
M | cli/main.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/cli/main.c b/cli/main.c @@ -23,6 +23,10 @@ #include <linux/limits.h> #endif +#ifdef __APPLE__ +#include <limits.h> +#endif + #define NUM_CHANNELS 4 static void print_webp_version() {