diff options
Diffstat (limited to 'sys/dev/pci/aac_pci.c')
-rw-r--r-- | sys/dev/pci/aac_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c index b79fed81b39..21d2e29239b 100644 --- a/sys/dev/pci/aac_pci.c +++ b/sys/dev/pci/aac_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac_pci.c,v 1.24 2009/04/06 15:18:45 kettenis Exp $ */ +/* $OpenBSD: aac_pci.c,v 1.25 2014/12/19 22:44:58 guenther Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -46,9 +46,9 @@ #include <sys/queue.h> #include <sys/selinfo.h> #include <sys/rwlock.h> +#include <sys/endian.h> #include <machine/bus.h> -#include <machine/endian.h> #include <machine/intr.h> #include <scsi/scsi_all.h> |