diff options
Diffstat (limited to 'usr.sbin/hostapd/handle.c')
| -rw-r--r-- | usr.sbin/hostapd/handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/handle.c b/usr.sbin/hostapd/handle.c index 052d97adb1f..77c6d07d875 100644 --- a/usr.sbin/hostapd/handle.c +++ b/usr.sbin/hostapd/handle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: handle.c,v 1.11 2007/02/08 11:15:55 reyk Exp $ */ +/* $OpenBSD: handle.c,v 1.12 2015/01/16 06:40:17 deraadt Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/socket.h> @@ -41,6 +40,7 @@ #include <stdio.h> #include <string.h> #include <unistd.h> +#include <limits.h> #include "hostapd.h" |
