diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-29 01:29:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-29 01:29:17 +0000 |
commit | 6e5601356693dc7ab8f62159ed82a463a70a0027 (patch) | |
tree | 66f97082aead9f47692b4cc86f513c0108b66868 | |
parent | bb1942ddd6446f44f544e3c273479053757962db (diff) |
sadly, we are going to need machine/cpu.h here for a while to get machdep
noticed by naddy
-rw-r--r-- | sbin/sysctl/sysctl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 271b49733b8..f754ad0cdf1 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.c,v 1.185 2013/03/28 16:39:14 deraadt Exp $ */ +/* $OpenBSD: sysctl.c,v 1.186 2013/03/29 01:29:16 tedu Exp $ */ /* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */ /* @@ -101,6 +101,8 @@ #include <string.h> #include <ctype.h> +#include <machine/cpu.h> + #ifdef CPU_BIOS #include <machine/biosvar.h> #endif |