From 046e9c088a1df00db9cafc427ec35a2110a6e6dc Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 20 Dec 2012 21:05:08 +0000 Subject: include machine/cpu.h now that is isn't any longer pulled in indirectly by sys/sysctl.h; ok deraadt@ millert@ --- lib/libarch/alpha/bwx.c | 3 ++- lib/libarch/alpha/io.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libarch/alpha/bwx.c b/lib/libarch/alpha/bwx.c index af7bdc8afc2..1819b6308c2 100644 --- a/lib/libarch/alpha/bwx.c +++ b/lib/libarch/alpha/bwx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwx.c,v 1.5 2012/12/05 23:19:58 deraadt Exp $ */ +/* $OpenBSD: bwx.c,v 1.6 2012/12/20 21:05:07 naddy Exp $ */ /*- * Copyright (c) 1998 Doug Rabson * All rights reserved. @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/libarch/alpha/io.c b/lib/libarch/alpha/io.c index 8515752a21a..d9662493008 100644 --- a/lib/libarch/alpha/io.c +++ b/lib/libarch/alpha/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.3 2012/12/05 23:19:58 deraadt Exp $ */ +/* $OpenBSD: io.c,v 1.4 2012/12/20 21:05:07 naddy Exp $ */ /*- * Copyright (c) 1998 Doug Rabson * All rights reserved. @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "io.h" -- cgit v1.2.3