diff options
Diffstat (limited to 'usr.sbin/sasyncd/net.c')
-rw-r--r-- | usr.sbin/sasyncd/net.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sasyncd/net.c b/usr.sbin/sasyncd/net.c index 7d9b54e7109..57de5b3ecf3 100644 --- a/usr.sbin/sasyncd/net.c +++ b/usr.sbin/sasyncd/net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net.c,v 1.9 2005/09/11 15:24:08 moritz Exp $ */ +/* $OpenBSD: net.c,v 1.10 2006/01/20 00:03:15 millert Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -36,6 +36,7 @@ #include <arpa/inet.h> #include <ifaddrs.h> #include <netdb.h> +#include <signal.h> #include <openssl/aes.h> #include <openssl/sha.h> |