From 8f914db5fd4eec6cff14e9d04bd8deb4f9ad70a0 Mon Sep 17 00:00:00 2001 From: tedu Date: Tue, 16 Dec 2014 21:25:28 +0000 Subject: [PATCH] must include lock.h to play with locks --- sys/compat/common/compat_dir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/compat/common/compat_dir.c b/sys/compat/common/compat_dir.c index d84e7e4c830..76b8772645f 100644 --- a/sys/compat/common/compat_dir.c +++ b/sys/compat/common/compat_dir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compat_dir.c,v 1.10 2014/09/14 14:17:23 jsg Exp $ */ +/* $OpenBSD: compat_dir.c,v 1.11 2014/12/16 21:25:28 tedu Exp $ */ /* * Copyright (c) 2000 Constantine Sapuntzakis @@ -35,6 +35,7 @@ #include #include #include +#include #include #include -- 2.20.1