diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-07 05:33:46 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-07 05:33:46 +0000 |
| commit | a91af2c44be5bd080b8cb1493c097b9c7da78b85 (patch) | |
| tree | 5b6c963687fce1ceff42704d68b0dc7a6ad17828 /sys/alpha/include | |
| parent | 75764c27a8f6b67ea93866a5c1daf3c33f1c0fc2 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/db_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/db_machdep.h b/sys/alpha/include/db_machdep.h index ccd033e355bc..d2c4837d21f5 100644 --- a/sys/alpha/include/db_machdep.h +++ b/sys/alpha/include/db_machdep.h @@ -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> |
