commit 4882e15bb627d788395255e931f9692f5f9c3da9 parent 648b4ae6c6df73174bbf59ef96cad056ae92ddcc Author: bsandro <[email protected]> Date: Sun, 30 Jul 2023 14:22:37 +0300 macos build fix 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() {