diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-17 15:18:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-17 15:18:05 +0000 |
commit | 4935492f94725a7ac287dc7fde049485e95e4453 (patch) | |
tree | 24bac9f142cd7274033081a86e8d3020af1da8f0 /lib/libarch/alpha | |
parent | 4baca299b6774d6927a1327005111ffd885bd624 (diff) |
sys/param.h is not needed by this file
Diffstat (limited to 'lib/libarch/alpha')
-rw-r--r-- | lib/libarch/alpha/io.c | 4 |
1 files 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 <sys/param.h> #include <sys/types.h> #include <sys/sysctl.h> #include <machine/cpu.h> +#include <stdlib.h> #include <err.h> #include "io.h" |