Make DTrace syscall provider work again by including opt_kdtrace.h here.

This commit is contained in:
Rui Paulo 2010-06-17 17:34:45 +00:00
parent 24e8eaf191
commit f05a947676

View File

@ -45,6 +45,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ktrace.h"
#include "opt_kdtrace.h"
#ifdef __i386__
#include "opt_npx.h"
#endif