microsoft/ftl-sdk

implicit declaration of function ‘isdigit’

SwooshyCueb opened this issue · 0 comments

When building as part of obs-studio-ftl 18.0.0 on Arch with gcc 6.3.1, build fails in libftl/ftl_helpers.c because isdigit is not defined. Adding #include <ctype.h> to ftl_helpers.c seems to fix this.