summaryrefslogtreecommitdiff
path: root/ssh-pkcs11-helper.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-11 08:20:09 +0000
committerDamien Miller <djm@mindrot.org>2014-12-11 19:20:29 +1100
commit48b68ce19ca42fa488960028048dec023f7899bb (patch)
tree926ad0be9cfd33becdc5968a855d9c4b7e7c4792 /ssh-pkcs11-helper.c
parentd663bea30a294d440fef4398e5cd816317bd4518 (diff)
downloadopenssh-git-48b68ce19ca42fa488960028048dec023f7899bb.tar.gz
upstream commit
explicitly include sys/param.h in files that use the howmany() macro; from portable
Diffstat (limited to 'ssh-pkcs11-helper.c')
-rw-r--r--ssh-pkcs11-helper.c3
1 files changed, 2 insertions, 1 deletions
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 <sys/types.h>
+#include <sys/param.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif