sys/param.h is not needed by this file
authorderaadt <deraadt@openbsd.org>
Fri, 17 Sep 2021 15:18:04 +0000 (15:18 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 17 Sep 2021 15:18:04 +0000 (15:18 +0000)
lib/libarch/alpha/io.c

index a4bbaa6..b5b6238 100644 (file)
@@ -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.
  * 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"