Fixed include strings.h in yamlparse.c
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
Activity
Filter activity
Please register or sign in to reply