artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2e1c3
)
missing include
author
eric
<eric@openbsd.org>
Wed, 24 Dec 2014 08:43:58 +0000
(08:43 +0000)
committer
eric
<eric@openbsd.org>
Wed, 24 Dec 2014 08:43:58 +0000
(08:43 +0000)
usr.sbin/smtpd/ca.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/ca.c
b/usr.sbin/smtpd/ca.c
index
94e341f
..
11d691a
100644
(file)
--- a/
usr.sbin/smtpd/ca.c
+++ b/
usr.sbin/smtpd/ca.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ca.c,v 1.1
1 2014/10/02 19:14:56 gilles Exp $
*/
+/* $OpenBSD: ca.c,v 1.1
2 2014/12/24 08:43:58 eric Exp $
*/
/*
* Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
@@
-21,6
+21,7
@@
#include <sys/queue.h>
#include <sys/socket.h>
+#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>