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 --- ssh-pkcs11-helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssh-pkcs11-helper.c') diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c index 0b1d8e4c..d487f023 100644 --- a/ssh-pkcs11-helper.c +++ b/ssh-pkcs11-helper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-pkcs11-helper.c,v 1.8 2014/06/24 01:13:21 djm Exp $ */ +/* $OpenBSD: ssh-pkcs11-helper.c,v 1.9 2014/12/11 08:20:09 djm Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. * @@ -18,6 +18,7 @@ #include "includes.h" #include +#include #ifdef HAVE_SYS_TIME_H # include #endif -- cgit v1.2.1