openspades icon indicating copy to clipboard operation
openspades copied to clipboard

fix(core): add missing `string.h` includes

Open pobrn opened this issue 1 year ago • 0 comments

string.h is needed for strchr() and memset(). Failure to include it prevents compilation on certain platforms such as gcc 14.2 + glibc 2.40.

pobrn avatar Feb 02 '25 18:02 pobrn