Module Name: src
Committed By: riastradh
Date: Sun Apr 19 03:12:35 UTC 2020
Modified Files:
src/sys/sys: sdt.h
Log Message:
Need <sys/types.h> for uint32_t and uintptr_t.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/sdt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/sdt.h
diff -u src/sys/sys/sdt.h:1.13 src/sys/sys/sdt.h:1.14
--- src/sys/sys/sdt.h:1.13 Sun Apr 19 03:12:26 2020
+++ src/sys/sys/sdt.h Sun Apr 19 03:12:35 2020
@@ -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 <[email protected]>
@@ -79,6 +79,7 @@
#else /* _KERNEL */
+#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/queue.h>