summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/dpt.c')
-rw-r--r--sys/dev/ic/dpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c
index feaddcf2494..983f630241d 100644
--- a/sys/dev/ic/dpt.c
+++ b/sys/dev/ic/dpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dpt.c,v 1.34 2013/05/30 16:15:02 deraadt Exp $ */
+/* $OpenBSD: dpt.c,v 1.35 2014/12/19 22:44:58 guenther Exp $ */
/* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */
/*-
@@ -69,8 +69,8 @@
#include <sys/queue.h>
#include <sys/proc.h>
#include <sys/buf.h>
+#include <sys/endian.h>
-#include <machine/endian.h>
#include <machine/bus.h>
#include <scsi/scsi_all.h>