Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Missing includes for some architectures



details:   https://anonhg.NetBSD.org/src/rev/c174b49be7ce
branches:  trunk
changeset: 809381:c174b49be7ce
user:      justin <justin%NetBSD.org@localhost>
date:      Tue Jul 07 13:07:10 2015 +0000

description:
Missing includes for some architectures

diffstat:

 sys/kern/init_sysctl_base.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f8fe95f456c7 -r c174b49be7ce sys/kern/init_sysctl_base.c
--- a/sys/kern/init_sysctl_base.c       Tue Jul 07 12:40:13 2015 +0000
+++ b/sys/kern/init_sysctl_base.c       Tue Jul 07 13:07:10 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_sysctl_base.c,v 1.4 2015/07/07 12:38:02 justin Exp $ */
+/*     $NetBSD: init_sysctl_base.c,v 1.5 2015/07/07 13:07:10 justin Exp $ */
 
 /*-
  * Copyright (c) 2003, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -30,11 +30,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysctl_base.c,v 1.4 2015/07/07 12:38:02 justin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysctl_base.c,v 1.5 2015/07/07 13:07:10 justin Exp $");
 
-#include <sys/cpu.h>
+#include <sys/types.h>
 #include <sys/param.h>
 #include <sys/sysctl.h>
+#include <sys/cpu.h>
 #include <sys/kernel.h>
 #include <sys/disklabel.h>
 



Home | Main Index | Thread Index | Old Index