Include ctype.h in term.c to resolve missing functions

This commit is contained in:
Stefan Rueger 2022-08-10 16:24:26 +01:00
parent f4c5a8350d
commit c9cf308037
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "ac_cfg.h"
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>