C99 code compat when configured with no TCL support

This commit is contained in:
Alessandro De Laurenzis
2022-10-29 06:07:46 +02:00
parent 1c343584e9
commit 68cecd5382
19 changed files with 64 additions and 7 deletions
+3
View File
@@ -37,6 +37,9 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
#include "database/database.h"
#include "dbwind/dbwind.h"
/* C99 compat */
#include "utils/malloc.h"
/* Global variables that indicate if we are reading or writing to a tty.
*/
global bool TxStdinIsatty;