2013-09-26 17:14:40 +02:00

15 lines
337 B
Plaintext

$NetBSD: patch-ae,v 1.2 2008/02/04 14:34:10 obache Exp $
--- unify.c.orig 2008-02-04 13:36:21.000000000 +0000
+++ 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 */