pkgsrc/cad/fasthenry/patches/patch-aq
dmcmahill a11d7a44b8 -include a ton of missing header files for 64 bit machines. there remain
some 64 bit related compiler warnings to fix.

- while here, use libffm if on an alpha for faster math.  In this case
  20-30% faster.
2001-02-09 11:29:36 +00:00

11 lines
279 B
Text

$NetBSD: patch-aq,v 1.1 2001/02/09 11:29:39 dmcmahill Exp $
--- src/zbuf/zbufInOut.c.orig Tue Nov 12 14:18:57 1996
+++ src/zbuf/zbufInOut.c Thu Feb 8 19:55:56 2001
@@ -32,5 +32,5 @@
of this software.
*/
-
+#include <string.h>
#include "mulGlobal.h"
#include "zbufGlobal.h"