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

View File

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