# HG changeset patch # User Mike Becker # Date 1734862211 -3600 # Node ID 508dc8b32a178a2557e8f1a0969b6cad309ba8dc # Parent 1ecf4dbbc60c77e1a3ffdc153857dc10bc5e7964 fix missing errno.h include diff -r 1ecf4dbbc60c -r 508dc8b32a17 src/string.c --- a/src/string.c Sat Dec 21 21:03:28 2024 +0100 +++ b/src/string.c Sun Dec 22 11:10:11 2024 +0100 @@ -31,6 +31,7 @@ #include #include #include +#include #ifndef _WIN32