mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-08 03:41:33 +02:00
Add missing includes
A number of places are using isspace(), tolower(), toupper() and strcmp() without including the relevant header.
This commit is contained in:
committed by
Tim Edwards
parent
a5614e0d97
commit
4f79580248
@@ -25,6 +25,7 @@ static char sccsid[] = "@(#)ExtBasic.c 4.13 MAGIC (Berkeley) 12/5/85";
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "tcltk/tclmagic.h"
|
||||
#include "utils/magic.h"
|
||||
|
||||
Reference in New Issue
Block a user