summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/socppc/stand/boot/fdt.c4
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"