Add missing includes

A number of places are using isspace(), tolower(), toupper() and strcmp()
without including the relevant header.
This commit is contained in:
Anton Blanchard
2022-01-10 14:01:36 -05:00
committed by Tim Edwards
parent a5614e0d97
commit 4f79580248
11 changed files with 11 additions and 0 deletions
+1
View File
@@ -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"