From 6883260fb3a8fee226b5524498c5f01c70ab8993 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 24 Mar 2013 19:20:36 +0000 Subject: Use sys/param.h to be able to get at DEV_BSIZE --- sys/arch/loongson/stand/boot/rd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/loongson') diff --git a/sys/arch/loongson/stand/boot/rd.c b/sys/arch/loongson/stand/boot/rd.c index f179342bcf9..c5cd107aa42 100644 --- a/sys/arch/loongson/stand/boot/rd.c +++ b/sys/arch/loongson/stand/boot/rd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rd.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: rd.c,v 1.4 2013/03/24 19:20:35 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -16,10 +16,9 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include #include "libsa.h" #include -#include #include static off_t rdoffs; -- cgit v1.2.3