Skip to content

Fixed include strings.h in yamlparse.c

Thierry Lelegard requested to merge lelegard/librist:fix-strings-h into master

The header <strings.h> is not standard. It is specific to most UNIX and is a superset of <string.h> (without 's'). On Windows with Visual Studio, the compilation fails with <strings.h>. Fixed as <string.h>.

Merge request reports

Loading