mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +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
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user