blob: a3b12616372469d03b8d718fe3328f4e24ba05d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:48 agc Exp $
--- globals.c.orig Mon Sep 25 10:22:06 1995
+++ globals.c Sat Jun 20 00:33:26 1998
@@ -64,2 +64,5 @@
+#ifdef __NetBSD__
+#include <string.h>
+#endif
|