diff options
Diffstat (limited to 'usr.sbin/relayd/control.c')
-rw-r--r-- | usr.sbin/relayd/control.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/relayd/control.c b/usr.sbin/relayd/control.c index 22aa3384a00..97597dd8489 100644 --- a/usr.sbin/relayd/control.c +++ b/usr.sbin/relayd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.20 2007/11/19 15:31:36 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.21 2007/11/24 17:07:28 reyk Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -18,11 +18,12 @@ #include <sys/queue.h> #include <sys/param.h> -#include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> + #include <net/if.h> + #include <errno.h> #include <event.h> #include <fcntl.h> |