projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8698b7
)
res/res_resolver_unbound.c: Add missing include of signal.h
author
John Bigelow
<jbigelow@digium.com>
Wed, 20 May 2015 17:55:40 +0000
(12:55 -0500)
committer
John Bigelow
<jbigelow@digium.com>
Wed, 20 May 2015 17:55:40 +0000
(12:55 -0500)
ASTERISK-25110 #close
Reported by: John Bigelow
Change-Id: I99a9d93f066f265357b647b8e99a75e45da5a39f
res/res_resolver_unbound.c
patch
|
blob
|
history
diff --git
a/res/res_resolver_unbound.c
b/res/res_resolver_unbound.c
index
436a8ee
..
a4e86a6
100644
(file)
--- a/
res/res_resolver_unbound.c
+++ b/
res/res_resolver_unbound.c
@@
-25,6
+25,7
@@
ASTERISK_REGISTER_FILE()
+#include <signal.h>
#include <unbound.h>
#include <arpa/nameser.h>