diff options
Diffstat (limited to 'usr.sbin/relayd/config.c')
-rw-r--r-- | usr.sbin/relayd/config.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/relayd/config.c b/usr.sbin/relayd/config.c index 6537e6d5c04..16007b2b895 100644 --- a/usr.sbin/relayd/config.c +++ b/usr.sbin/relayd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.22 2014/12/21 00:54:49 guenther Exp $ */ +/* $OpenBSD: config.c,v 1.23 2015/01/21 21:50:33 deraadt Exp $ */ /* * Copyright (c) 2011 - 2014 Reyk Floeter <reyk@openbsd.org> @@ -22,10 +22,9 @@ #include <sys/queue.h> #include <sys/uio.h> +#include <netinet/in.h> #include <net/if.h> #include <net/pfvar.h> -#include <netinet/in.h> -#include <net/route.h> #include <ctype.h> #include <unistd.h> |