diff options
Diffstat (limited to 'usr.sbin/relayd/control.c')
-rw-r--r-- | usr.sbin/relayd/control.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/relayd/control.c b/usr.sbin/relayd/control.c index 46ac0e87ec8..b7f78b2434e 100644 --- a/usr.sbin/relayd/control.c +++ b/usr.sbin/relayd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.9 2007/01/23 17:43:36 claudio Exp $ */ +/* $OpenBSD: control.c,v 1.10 2007/01/29 14:23:31 pyr Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -31,6 +31,8 @@ #include <unistd.h> #include <signal.h> +#include <openssl/ssl.h> + #include "hoststated.h" #define CONTROL_BACKLOG 5 |