DTrace: fix a libctf toolchain build problem.

This commit is contained in:
darran 2010-03-10 23:41:56 +00:00
parent 33bc31b9e2
commit 7eee4c810f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.9 2010/03/02 22:00:32 darran Exp $ */
/* $NetBSD: types.h,v 1.10 2010/03/10 23:41:56 darran Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@ -68,8 +68,10 @@
#else
#include <sys/stdint.h>
#endif
#define _NETBSD_SOURCE
#include_next <sys/types.h>
#include_next <sys/ccompile.h>
#undef _NETBSD_SOURCE
#ifndef _KERNEL
#include <stdarg.h>