mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
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:
committed by
Tim Edwards
parent
8f2acb83f9
commit
9ca8697659
@@ -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() */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user