From 1910a286d7771eab84c0b047f31c0a17505236fa Mon Sep 17 00:00:00 2001 From: "millert@openbsd.org" Date: Thu, 5 Feb 2015 12:59:57 +0000 Subject: upstream commit Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- sshbuf-misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sshbuf-misc.c') diff --git a/sshbuf-misc.c b/sshbuf-misc.c index bfeffe674..e07e34a8a 100644 --- a/sshbuf-misc.c +++ b/sshbuf-misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshbuf-misc.c,v 1.2 2014/06/24 01:13:21 djm Exp $ */ +/* $OpenBSD: sshbuf-misc.c,v 1.3 2015/02/05 12:59:57 millert Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3