$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 #include #include +#if HAVE_STRING_H +#include +#endif typedef struct { char* input1; /* if input2 is null, convert input1 to output */