diff options
Diffstat (limited to 'usr.sbin/hoststated/buffer.c')
-rw-r--r-- | usr.sbin/hoststated/buffer.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/hoststated/buffer.c b/usr.sbin/hoststated/buffer.c index cb61f4c5271..5b3cba8e544 100644 --- a/usr.sbin/hoststated/buffer.c +++ b/usr.sbin/hoststated/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.7 2007/06/12 15:16:10 msf Exp $ */ +/* $OpenBSD: buffer.c,v 1.8 2007/11/24 17:07:28 reyk Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,12 +16,13 @@ * 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/uio.h> -#include <sys/param.h> + #include <net/if.h> + #include <errno.h> #include <event.h> #include <limits.h> |