summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-20 00:03:16 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-20 00:03:16 +0000
commited376da91d7820af897fded54a8ba044b824f271 (patch)
tree4b44cfd6a1dbdfef8717eb9613833c070dae420e /usr.sbin/sasyncd
parent4dc96c35706c2c732d895e3e923d831412141909 (diff)
Don't depend on implicit include of signal.h
Diffstat (limited to 'usr.sbin/sasyncd')
-rw-r--r--usr.sbin/sasyncd/net.c3
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>