code: drawterm

Download patch

ref: 51d6c97ce45cbc9edfe599918d0e964450a37b74
parent: dd00a15705c62bb363d792299e03247924f9a022
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Oct 17 19:59:47 EDT 2021

libc: fix missing <ctype.h> include for strtod

--- a/libc/strtod.c
+++ b/libc/strtod.c
@@ -1,5 +1,6 @@
 #include <u.h>
 #include <libc.h>
+#include <ctype.h>
 #include "fmtdef.h"
 
 /*