summaryrefslogtreecommitdiff
path: root/lang/vslisp/patches/patch-src_newhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/vslisp/patches/patch-src_newhash.c')
-rw-r--r--lang/vslisp/patches/patch-src_newhash.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/vslisp/patches/patch-src_newhash.c b/lang/vslisp/patches/patch-src_newhash.c
new file mode 100644
index 00000000000..db7cb43f18f
--- /dev/null
+++ b/lang/vslisp/patches/patch-src_newhash.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_newhash.c,v 1.1 2016/01/17 15:14:47 joerg Exp $
+
+--- src/newhash.c.orig 2016-01-16 13:48:20.000000000 +0000
++++ src/newhash.c
+@@ -21,6 +21,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include "l_defs.h"
+
+ static hash *IL_NULL_hash;