summaryrefslogtreecommitdiffstats
path: root/source/l/libedit/libedit.gcc13.diff
blob: 3aafa58695e3f784aec156b8f407a9eee5266145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./src/chartype.c.orig	2023-08-27 02:25:53.000000000 -0500
+++ ./src/chartype.c	2023-08-27 13:17:18.337763075 -0500
@@ -34,6 +34,7 @@
 __RCSID("$NetBSD: chartype.c,v 1.37 2023/08/10 20:38:00 mrg Exp $");
 #endif /* not lint && not SCCSID */
 
+#include <stdint.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>