From 5c5ad523851e06e3d3c7abcb30bf34b22a10d2d7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 5 May 2017 17:38:23 +0000 Subject: Include instead of . --- sys/dev/ofw/ofw_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ofw/ofw_misc.c') diff --git a/sys/dev/ofw/ofw_misc.c b/sys/dev/ofw/ofw_misc.c index e3de2a1719d..60d33f58931 100644 --- a/sys/dev/ofw/ofw_misc.c +++ b/sys/dev/ofw/ofw_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofw_misc.c,v 1.1 2017/03/09 20:01:10 kettenis Exp $ */ +/* $OpenBSD: ofw_misc.c,v 1.2 2017/05/05 17:38:22 kettenis Exp $ */ /* * Copyright (c) 2017 Mark Kettenis * @@ -22,7 +22,7 @@ #include #include -#include +#include struct regmap { uint32_t rm_phandle; -- cgit v1.2.3