diff options
Diffstat (limited to 'usr.sbin/hoststated/check_tcp.c')
-rw-r--r-- | usr.sbin/hoststated/check_tcp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/check_tcp.c b/usr.sbin/hoststated/check_tcp.c index ae168bd02da..d039a1d1335 100644 --- a/usr.sbin/hoststated/check_tcp.c +++ b/usr.sbin/hoststated/check_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check_tcp.c,v 1.29 2007/11/21 20:13:20 reyk Exp $ */ +/* $OpenBSD: check_tcp.c,v 1.30 2007/11/24 17:07:28 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -16,13 +16,12 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/queue.h> #include <sys/socket.h> -#include <sys/param.h> -#include <netinet/in.h> #include <net/if.h> +#include <netinet/in.h> #include <limits.h> #include <event.h> |