Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include include <sys/types.h>; things included ...



details:   https://anonhg.NetBSD.org/src/rev/e14e708338dd
branches:  trunk
changeset: 777347:e14e708338dd
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 16 02:26:35 2012 +0000

description:
include <sys/types.h>; things included from here need it.

diffstat:

 sys/arch/arm/include/db_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79d9a78ba7d3 -r e14e708338dd sys/arch/arm/include/db_machdep.h
--- a/sys/arch/arm/include/db_machdep.h Wed Feb 15 23:53:13 2012 +0000
+++ b/sys/arch/arm/include/db_machdep.h Thu Feb 16 02:26:35 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_machdep.h,v 1.17 2011/05/26 15:34:12 joerg Exp $    */
+/*     $NetBSD: db_machdep.h,v 1.18 2012/02/16 02:26:35 christos Exp $ */
 
 /*
  * Copyright (c) 1996 Scott K Stevens
@@ -34,7 +34,7 @@
 /*
  * Machine-dependent defines for new kernel debugger.
  */
-
+#include <sys/types.h>
 #include <uvm/uvm_extern.h>
 #include <arm/armreg.h>
 #include <machine/frame.h>



Home | Main Index | Thread Index | Old Index