diff options
Diffstat (limited to 'sbin/iked/util.c')
| -rw-r--r-- | sbin/iked/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/iked/util.c b/sbin/iked/util.c index 5228c713525..b7044c00cc8 100644 --- a/sbin/iked/util.c +++ b/sbin/iked/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.25 2014/02/21 20:52:38 markus Exp $ */ +/* $OpenBSD: util.c,v 1.26 2015/01/16 06:39:58 deraadt Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -27,6 +27,7 @@ #include <unistd.h> #include <string.h> #include <errno.h> +#include <limits.h> #include <fcntl.h> #include <ctype.h> #include <event.h> |
