summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2009-02-22 19:07:34 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2009-02-22 19:07:34 +0000
commitd270ea0f4a0e1e1fea493b0a79c080d9b7d879d3 (patch)
tree4f0c0983f40b9ef92a9d4ab0527bda3fbb4596ad /usr.sbin/smtpd/lka.c
parent1a9775f02ffe5c35d739a5be18a3547afb0a07ba (diff)
add missing headers
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/lka.c')
-rw-r--r--usr.sbin/smtpd/lka.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c
index d204b993b14..c7b6c1f4680 100644
--- a/usr.sbin/smtpd/lka.c
+++ b/usr.sbin/smtpd/lka.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lka.c,v 1.25 2009/02/22 11:44:29 form Exp $ */
+/* $OpenBSD: lka.c,v 1.26 2009/02/22 19:07:33 chl Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -30,6 +30,7 @@
#include <event.h>
#include <netdb.h>
#include <pwd.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>