summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-as
blob: 91c25cd447bb59d557f7a007b77e10a53345e2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.1 2001/02/09 11:29:39 dmcmahill Exp $

--- src/zbuf/savemat_mod.c.orig	Tue Nov 12 14:18:56 1996
+++ src/zbuf/savemat_mod.c	Thu Feb  8 20:04:39 2001
@@ -23,6 +23,7 @@
  */
 #include <stdio.h>
+#include <string.h>
 
-#ifdef ALPHA
+#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__)
 typedef struct {
      int type;   /* type */