diff options
Diffstat (limited to 'usr.sbin/hostapd/parse.y')
-rw-r--r-- | usr.sbin/hostapd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/parse.y b/usr.sbin/hostapd/parse.y index 8a5ad076754..1ffd4c2de09 100644 --- a/usr.sbin/hostapd/parse.y +++ b/usr.sbin/hostapd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.48 2014/11/20 05:51:20 jsg Exp $ */ +/* $OpenBSD: parse.y,v 1.49 2015/01/16 06:40:17 deraadt Exp $ */ /* * Copyright (c) 2004, 2005, 2006 Reyk Floeter <reyk@openbsd.org> @@ -21,7 +21,6 @@ */ %{ -#include <sys/param.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/socket.h> @@ -52,6 +51,7 @@ #include <stdarg.h> #include <string.h> #include <unistd.h> +#include <limits.h> #include <stdint.h> #include <err.h> |