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
@@ -19,6 +19,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
#include <stdio.h>
#include <stdlib.h> /* for atof() */
#include <string.h>
#include <strings.h>
#include <ctype.h>
#include <math.h> /* for sqrt() in bipolar L,W calculation */