From 48b68ce19ca42fa488960028048dec023f7899bb Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Thu, 11 Dec 2014 08:20:09 +0000 Subject: upstream commit explicitly include sys/param.h in files that use the howmany() macro; from portable --- channels.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index 9dcd8128..6db92cba 100644 --- a/channels.c +++ b/channels.c @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.c,v 1.337 2014/10/08 22:15:06 djm Exp $ */ +/* $OpenBSD: channels.c,v 1.338 2014/12/11 08:20:09 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -42,6 +42,7 @@ #include "includes.h" #include +#include #include #include #include -- cgit v1.2.3