Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include This needs stdint.h in userspace (for u...



details:   https://anonhg.NetBSD.org/src/rev/a471351e28a0
branches:  trunk
changeset: 326860:a471351e28a0
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Feb 20 18:14:11 2014 +0000

description:
This needs stdint.h in userspace (for uint64_t)

diffstat:

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

diffs (17 lines):

diff -r a4894f24d029 -r a471351e28a0 sys/arch/x86/include/cpu.h
--- a/sys/arch/x86/include/cpu.h        Thu Feb 20 17:39:59 2014 +0000
+++ b/sys/arch/x86/include/cpu.h        Thu Feb 20 18:14:11 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.62 2014/02/15 10:11:15 dsl Exp $     */
+/*     $NetBSD: cpu.h,v 1.63 2014/02/20 18:14:11 dsl Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -40,6 +40,7 @@
 #if defined(_KERNEL) || defined(_STANDALONE)
 #include <sys/types.h>
 #else
+#include <stdint.h>
 #include <stdbool.h>
 #endif /* _KERNEL || _STANDALONE */
 



Home | Main Index | Thread Index | Old Index