diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-14 09:21:42 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-14 09:21:42 +0000 |
commit | 8cf85cdefa1f8ae6fb31a973f81a7ff5a04e0adf (patch) | |
tree | e1cc3ada41063dad61a68a6b61f23271b572ae96 /sys/arch | |
parent | e261731618a254fb48e1828706b61ccdd720bc96 (diff) |
Fix build now that ftd.h move to a MI directory.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/socppc/stand/boot/fdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/fdt.c b/sys/arch/socppc/stand/boot/fdt.c index 83a72998265..788257c7b10 100644 --- a/sys/arch/socppc/stand/boot/fdt.c +++ b/sys/arch/socppc/stand/boot/fdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdt.c,v 1.5 2015/12/14 03:25:59 mmcc Exp $ */ +/* $OpenBSD: fdt.c,v 1.6 2016/11/14 09:21:41 mpi Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> @@ -19,8 +19,8 @@ #include <sys/types.h> #include <sys/param.h> -#include <machine/fdt.h> +#include "fdt.h" #include "libsa.h" |