ab8490f3bf
- distfile has moved - license has changed. Patches are the result of de-fuzzing the old patches since the new source files have the new (less restrictive) license.
13 lines
266 B
Text
13 lines
266 B
Text
$NetBSD: patch-aw,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
|
|
|
|
--- src/zbuf/zbuf.c.orig Tue Aug 3 22:24:14 2004
|
|
+++ src/zbuf/zbuf.c
|
|
@@ -34,6 +34,8 @@ operation of Software or Licensed Progra
|
|
|
|
*/
|
|
|
|
+#include <string.h>
|
|
+
|
|
#include "mulGlobal.h"
|
|
|
|
main(argc, argv)
|