Include ctype.h in term.c to resolve missing functions
This commit is contained in:
parent
f4c5a8350d
commit
c9cf308037
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "ac_cfg.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue