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

This commit is contained in:
riastradh 2020-04-19 03:12:35 +00:00
parent 1b874954e1
commit 6f8facdffd
1 changed files with 2 additions and 1 deletions

View File

@ -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>
@ -79,6 +79,7 @@
#else /* _KERNEL */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/queue.h>