strings.h: add #include required when strict

Due to use of strcasecmp() or similar C API.

Maybe HAVE_STRINGS_H is needed ?  If so which platforms needs this ?

clang18 default warning cleanup (strict)
This commit is contained in:
Darryl L. Miles
2024-10-09 21:22:37 -04:00
committed by Tim Edwards
parent 8f2acb83f9
commit 9ca8697659
15 changed files with 15 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ static char sccsid[] = "@(#)ExtTech.c 4.8 MAGIC (Berkeley) 10/26/85";
#include <stdio.h>
#include <stdlib.h> /* for strtod() */
#include <string.h>
#include <strings.h>
#include <math.h>
#include <ctype.h> /* for isspace() */