From 8cf85cdefa1f8ae6fb31a973f81a7ff5a04e0adf Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Mon, 14 Nov 2016 09:21:42 +0000 Subject: Fix build now that ftd.h move to a MI directory. --- sys/arch/socppc/stand/boot/fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 @@ -19,8 +19,8 @@ #include #include -#include +#include "fdt.h" #include "libsa.h" -- cgit v1.2.3