summaryrefslogtreecommitdiff
path: root/misc/ja-less/patches/patch-ae
blob: 47f7a138fbb9163155a1881dab0fc024190e193b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.1 2006/09/27 11:27:31 taca Exp $

--- unify.c.orig	2006-09-24 11:59:09.000000000 +0900
+++ unify.c
@@ -38,6 +38,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#if HAVE_STRING_H
+#include <string.h>
+#endif
 
 typedef struct {
 	char* input1;	/* if input2 is null, convert input1 to output */