From e90fdd0255bca8f5494a90ff601cac5a81202694 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 17 Sep 2021 15:18:04 +0000 Subject: [PATCH] sys/param.h is not needed by this file --- lib/libarch/alpha/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libarch/alpha/io.c b/lib/libarch/alpha/io.c index a4bbaa60c2e..b5b6238c318 100644 --- a/lib/libarch/alpha/io.c +++ b/lib/libarch/alpha/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.5 2014/04/18 15:09:52 guenther Exp $ */ +/* $OpenBSD: io.c,v 1.6 2021/09/17 15:18:04 deraadt Exp $ */ /*- * Copyright (c) 1998 Doug Rabson * All rights reserved. @@ -25,10 +25,10 @@ * SUCH DAMAGE. */ -#include #include #include #include +#include #include #include "io.h" -- 2.20.1