summaryrefslogtreecommitdiff
path: root/lang/cint/patches/patch-ad
blob: ec2eb6122dcfc5155f087eee0a58da1387a6320e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.1 2008/09/05 05:27:31 dholland Exp $

--- readline/vi_mode.c~	2005-05-06 04:48:54.000000000 -0400
+++ readline/vi_mode.c	2008-09-04 23:48:53.000000000 -0400
@@ -30,6 +30,7 @@
 #if defined (VI_MODE)
 
 #include <stdio.h>
+#include <string.h>
 
 #if defined (__GNUC__)
 #  define alloca __builtin_alloca