summaryrefslogtreecommitdiff
path: root/sys/dev/isci
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-07-10 05:08:01 +0000
committerWarner Losh <imp@FreeBSD.org>2017-07-10 05:08:01 +0000
commit4e38d8952051370a1456a4c0134b3417b3c9c194 (patch)
tree4dd8ddf4ac60c49042260c8fc22a4fbe4c94663c /sys/dev/isci
parentdb9d4c3972a0cdbd0c43806608fdec41db952d70 (diff)
Notes
Diffstat (limited to 'sys/dev/isci')
-rw-r--r--sys/dev/isci/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/environment.h b/sys/dev/isci/environment.h
index 5c9374ca8717..63bd0e89eee4 100644
--- a/sys/dev/isci/environment.h
+++ b/sys/dev/isci/environment.h
@@ -42,7 +42,7 @@
#include <sys/types.h>
#include <sys/libkern.h>
#include <machine/bus.h>
-#include <opt_isci.h>
+#include "opt_isci.h"
typedef int8_t S8;
typedef uint8_t U8;