From be00b34e3afa1d4a646a820aa03616d42f3d3627 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 3 Jan 2004 23:29:42 +0000 Subject: [PATCH] Include "sys/param.h" to fix build problems in applications which include this header file. --- sys/sys/sysctl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 6c90cbcdc5d2..11c6cc27d804 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: sysctl.h,v 1.104 2003/12/30 12:33:24 pk Exp $ */ +/* $NetBSD: sysctl.h,v 1.105 2004/01/03 23:29:42 tron Exp $ */ /* * Copyright (c) 1989, 1993 @@ -40,6 +40,7 @@ /* * These are for the eproc structure defined below. */ +#include #include #include #include