From 1cd52ec333dcaa93fed3408a4d473f1192c8aba8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 5 Dec 1997 19:55:52 +0000 Subject: Don't include in headers when only `struct simplelock' is required. Fixed everything that depended on the pollution. --- sys/compat/linux/linux_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/compat/linux') diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 0cef9966077e..b4859493bc3f 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_file.c,v 1.14 1997/04/06 10:10:50 dfr Exp $ + * $Id: linux_file.c,v 1.15 1997/11/06 19:28:54 phk Exp $ */ #include @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include -- cgit v1.3