blob: b16902f4cef891109e071fd1d7072939934b2597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-as,v 1.3 2004/09/20 02:08:58 dmcmahill Exp $
--- src/zbuf/patran.c.orig Tue Aug 3 22:22:49 2004
+++ src/zbuf/patran.c
@@ -42,6 +42,7 @@ operation of Software or Licensed Progra
Written by Songmin Kim, July 24, 1990.
**************************************************************************/
+#include <string.h>
#include "mulGlobal.h"
#define BIG 35000 /* Size of element and node serach table. */
|