summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libarch/alpha/io.c4
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"