summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/gss-genr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/gss-genr.c')
-rw-r--r--crypto/openssh/gss-genr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/gss-genr.c b/crypto/openssh/gss-genr.c
index b39281b..d617d60 100644
--- a/crypto/openssh/gss-genr.c
+++ b/crypto/openssh/gss-genr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gss-genr.c,v 1.22 2013/11/08 00:39:15 djm Exp $ */
+/* $OpenBSD: gss-genr.c,v 1.23 2015/01/20 23:14:00 deraadt Exp $ */
/*
* Copyright (c) 2001-2007 Simon Wilkinson. All rights reserved.
@@ -31,8 +31,10 @@
#include <sys/types.h>
#include <sys/param.h>
+#include <limits.h>
#include <stdarg.h>
#include <string.h>
+#include <signal.h>
#include <unistd.h>
#include "xmalloc.h"
OpenPOWER on IntegriCloud