Fix build breakage caused by the inclusion of <ddb/ddb.h> while

building a module. Inclusion of option files (opt_ddb.h in this
case) is not possible for modules. The inclusion of opt_ddb.h
in this header is questionable.
This commit is contained in:
Marcel Moolenaar 2003-09-07 05:33:46 +00:00
parent 75764c27a8
commit a91af2c44b

View File

@ -34,8 +34,9 @@
/*
* Machine-dependent defines for new kernel debugger.
*/
#ifndef KLD_MODULE
#include "opt_ddb.h"
#endif
#include <sys/param.h>
#include <vm/vm.h>