changeset 925:85d144f9fe56

rvinterf/lowlevel/format.c: forgot to add #include <ctype.h>
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 May 2023 03:21:02 +0000
parents d452188587b4
children 6a0aa8d36d06
files rvinterf/lowlevel/format.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rvinterf/lowlevel/format.c	Tue May 23 03:10:50 2023 +0000
+++ b/rvinterf/lowlevel/format.c	Tue May 23 03:21:02 2023 +0000
@@ -4,6 +4,7 @@
  */
 
 #include <sys/types.h>
+#include <ctype.h>
 #include <stdio.h>
 #include <string.h>
 #include <strings.h>