emote2ss

Animated webp to spritesheets converting tool
git clone git://bsandro.tech/emote2ss
Log | Files | Refs | README | LICENSE

commit af4b94438daea06b926ec3eda94a65fea619dfb8
parent 8533b3f31397e52afc7ada17e8529629569f9998
Author: bsandro <email@bsandro.tech>
Date:   Thu, 20 Jul 2023 09:02:09 +0300

openbsd fix

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -16,7 +16,7 @@ #include <assert.h> #ifdef __OpenBSD__ -#include <sys/limits.h> +#include <sys/syslimits.h> #endif #ifdef __linux__