summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ag
blob: 50122d46d4674703bfbb1a5b3aa21d0d5f0bc06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.2 2004/03/13 23:21:33 dmcmahill Exp $

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