From: mpi Date: Mon, 19 Feb 2018 09:18:00 +0000 (+0000) Subject: Include directly instead of relying on other headers to X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ac549d3f2ed73593a3aa981dc1064d2a9de09ba5;p=openbsd Include directly instead of relying on other headers to include it. --- diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 6529df4bfb8..2d79db04ed7 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_lock.c,v 1.58 2018/02/19 09:08:13 jsg Exp $ */ +/* $OpenBSD: kern_lock.c,v 1.59 2018/02/19 09:18:00 mpi Exp $ */ /* * Copyright (c) 2017 Visa Hankala @@ -23,6 +23,7 @@ #include #include #include +#include #include