Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Need <sys/types.h> for uint32_t and uintptr_t.



details:   https://anonhg.NetBSD.org/src/rev/8f39cc927283
branches:  trunk
changeset: 930970:8f39cc927283
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Apr 19 03:12:35 2020 +0000

description:
Need <sys/types.h> for uint32_t and uintptr_t.

diffstat:

 sys/sys/sdt.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r be15e4f18aeb -r 8f39cc927283 sys/sys/sdt.h
--- a/sys/sys/sdt.h     Sun Apr 19 03:12:26 2020 +0000
+++ b/sys/sys/sdt.h     Sun Apr 19 03:12:35 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdt.h,v 1.13 2020/04/19 03:12:26 riastradh Exp $       */
+/*     $NetBSD: sdt.h,v 1.14 2020/04/19 03:12:35 riastradh Exp $       */
 
 /*-
  * Copyright 2006-2008 John Birrell <jb%FreeBSD.org@localhost>
@@ -79,6 +79,7 @@
 
 #else /* _KERNEL */
 
+#include <sys/types.h>
 #include <sys/cdefs.h>
 #include <sys/queue.h>
 



Home | Main Index | Thread Index | Old Index