blob: d5429e9f8191f41b84a48c0faf567c48b346627f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ax,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
--- src/zbuf/zbufInOut.c.orig Tue Aug 3 22:24:28 2004
+++ src/zbuf/zbufInOut.c
@@ -33,7 +33,7 @@ person or damage to property arising fro
operation of Software or Licensed Program(s) by LICENSEE or its customers.
*/
-
+#include <string.h>
#include "mulGlobal.h"
#include "zbufGlobal.h"
|