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 need stdint.h for uint64_t and it is me...



details:   https://anonhg.NetBSD.org/src/rev/2601dd79a5e0
branches:  trunk
changeset: 783149:2601dd79a5e0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 08 02:41:54 2012 +0000

description:
need stdint.h for uint64_t and it is messy to do it open-coded.

diffstat:

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

diffs (17 lines):

diff -r 428013a6673b -r 2601dd79a5e0 sys/arch/arm/include/mcontext.h
--- a/sys/arch/arm/include/mcontext.h   Sat Dec 08 02:35:06 2012 +0000
+++ b/sys/arch/arm/include/mcontext.h   Sat Dec 08 02:41:54 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcontext.h,v 1.13 2012/12/07 18:49:13 matt Exp $       */
+/*     $NetBSD: mcontext.h,v 1.14 2012/12/08 02:41:54 christos Exp $   */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -32,6 +32,7 @@
 #ifndef _ARM_MCONTEXT_H_
 #define _ARM_MCONTEXT_H_
 
+#include <sys/stdint.h>
 /*
  * General register state
  */



Home | Main Index | Thread Index | Old Index