mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
337 B
Plaintext
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 */
|