summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-09-27 04:54:23 +0000
committerscottl <scottl@FreeBSD.org>2006-09-27 04:54:23 +0000
commitfad1d944bba16c2e279a1b2b4464ad375978438f (patch)
tree5774a741dfa17f98fbc05190898a0d9fb18c942f /sys/dev/mfi
parentf925eb73aa76c5e856747e552b8239c6a6b49f68 (diff)
downloadFreeBSD-src-fad1d944bba16c2e279a1b2b4464ad375978438f.zip
FreeBSD-src-fad1d944bba16c2e279a1b2b4464ad375978438f.tar.gz
Fix a bad #include statment
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfi_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c
index 9120f08..5cd2d35 100644
--- a/sys/dev/mfi/mfi_debug.c
+++ b/sys/dev/mfi/mfi_debug.c
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <opt_mfi.h>
+#include "opt_mfi.h"
#ifdef MFI_DEBUG
OpenPOWER on IntegriCloud