summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-11-19 01:27:22 +0000
committermarcel <marcel@FreeBSD.org>2009-11-19 01:27:22 +0000
commite19c5f654c7f07c7f91ebc102614a6149cad9fe8 (patch)
tree7062b2cb4c6bbbfc5760065f7310ad1c824aec0d
parent23da766d8bdf66f210a29699b749452b1a8e1923 (diff)
downloadFreeBSD-src-e19c5f654c7f07c7f91ebc102614a6149cad9fe8.zip
FreeBSD-src-e19c5f654c7f07c7f91ebc102614a6149cad9fe8.tar.gz
opt_* headers are included using the quoted form.
-rw-r--r--sys/ia64/ia64/db_machdep.c2
-rw-r--r--sys/ia64/ia64/exception.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/ia64/db_machdep.c b/sys/ia64/ia64/db_machdep.c
index cdd60ab..d1163cb 100644
--- a/sys/ia64/ia64/db_machdep.c
+++ b/sys/ia64/ia64/db_machdep.c
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <opt_xtrace.h>
+#include "opt_xtrace.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/ia64/ia64/exception.S b/sys/ia64/ia64/exception.S
index 1f07602..3a97356 100644
--- a/sys/ia64/ia64/exception.S
+++ b/sys/ia64/ia64/exception.S
@@ -28,7 +28,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
-#include <opt_xtrace.h>
+#include "opt_xtrace.h"
#include <machine/pte.h>
#include <assym.s>
OpenPOWER on IntegriCloud