summaryrefslogtreecommitdiffstats
path: root/source/l/libedit/libedit.gcc13.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libedit/libedit.gcc13.diff')
-rw-r--r--source/l/libedit/libedit.gcc13.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/l/libedit/libedit.gcc13.diff b/source/l/libedit/libedit.gcc13.diff
new file mode 100644
index 000000000..3aafa5869
--- /dev/null
+++ b/source/l/libedit/libedit.gcc13.diff
@@ -0,0 +1,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>