artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2010548
)
sys/param.h is not needed by this file
author
deraadt
<deraadt@openbsd.org>
Fri, 17 Sep 2021 15:18:04 +0000
(15:18 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 17 Sep 2021 15:18:04 +0000
(15:18 +0000)
lib/libarch/alpha/io.c
patch
|
blob
|
history
diff --git
a/lib/libarch/alpha/io.c
b/lib/libarch/alpha/io.c
index
a4bbaa6
..
b5b6238
100644
(file)
--- 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"