summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/fpe/fpu_emulate.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-11 20:43:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-11 20:43:29 +0000
commit9b7a17eb88a1187fb7e3cba613279acd66649130 (patch)
tree5020b99a16ba177cbabdf73802c85e2aa677520b /sys/arch/m68k/fpe/fpu_emulate.h
parent380fcb0ea097108fb26d3960783e3bd716a8b2f6 (diff)
Use bracketed include paths.
Diffstat (limited to 'sys/arch/m68k/fpe/fpu_emulate.h')
-rw-r--r--sys/arch/m68k/fpe/fpu_emulate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/fpe/fpu_emulate.h b/sys/arch/m68k/fpe/fpu_emulate.h
index 6504aa254c3..6b99db93304 100644
--- a/sys/arch/m68k/fpe/fpu_emulate.h
+++ b/sys/arch/m68k/fpe/fpu_emulate.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu_emulate.h,v 1.6 2006/01/30 21:23:22 miod Exp $ */
+/* $OpenBSD: fpu_emulate.h,v 1.7 2006/06/11 20:43:28 miod Exp $ */
/* $NetBSD: fpu_emulate.h,v 1.11 2005/08/13 05:38:45 he Exp $ */
/*
@@ -288,7 +288,7 @@ int fpu_emul_fscale(struct fpemu *fe, struct instruction *insn, int *typ);
/*
* include function declarations of those which are called by fpu_emul_arith()
*/
-#include "fpu_arith_proto.h"
+#include <m68k/fpe/fpu_arith_proto.h>
int fpu_emulate(struct frame *frame, struct fpframe *fpf, int *typ);