From d51a8c71b9e69eca1c824ba30eacddcfe85b9f26 Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 19 Jan 1999 15:41:03 +0000 Subject: [PATCH] Need bswap.h for the bswap32() prototype. From Steve Allen in PR 6846. --- sys/arch/mac68k/mac68k/disksubr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mac68k/mac68k/disksubr.c b/sys/arch/mac68k/mac68k/disksubr.c index 390f9c72960f..320ff984bd3d 100644 --- a/sys/arch/mac68k/mac68k/disksubr.c +++ b/sys/arch/mac68k/mac68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.26 1998/10/30 06:48:51 scottr Exp $ */ +/* $NetBSD: disksubr.c,v 1.27 1999/01/19 15:41:03 scottr Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -85,6 +85,8 @@ #include #include +#include + #define b_cylin b_resid #define NUM_PARTS_PROBED 32