From f1bb4f60b195ed08202ba53e98cf02c2be67eefc Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 23 Aug 2001 03:44:47 +0000 Subject: only include on sparc64 --- sys/dev/pci/if_hme_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/if_hme_pci.c') diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index e4682866895..0bd0f18b782 100644 --- a/sys/dev/pci/if_hme_pci.c +++ b/sys/dev/pci/if_hme_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_pci.c,v 1.1 2001/08/22 21:49:39 jason Exp $ */ +/* $OpenBSD: if_hme_pci.c,v 1.2 2001/08/23 03:44:46 jason Exp $ */ /* $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $ */ /* @@ -55,7 +55,9 @@ #include #include +#ifdef __sparc64__ #include +#endif #include #include -- cgit v1.2.3