[Asterisk-code-review] res/res resolver unbound.c: Add missing include of signal.h (asterisk[master])

John Bigelow asteriskteam at digium.com
Wed May 20 13:06:53 CDT 2015


John Bigelow has uploaded a new change for review.

  https://gerrit.asterisk.org/494

Change subject: res/res_resolver_unbound.c: Add missing include of signal.h
......................................................................

res/res_resolver_unbound.c: Add missing include of signal.h

ASTERISK-25110 #close
Reported by: John Bigelow

Change-Id: I99a9d93f066f265357b647b8e99a75e45da5a39f
---
M res/res_resolver_unbound.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/94/494/1

diff --git a/res/res_resolver_unbound.c b/res/res_resolver_unbound.c
index 436a8ee..a4e86a6 100644
--- 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>
 

-- 
To view, visit https://gerrit.asterisk.org/494
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99a9d93f066f265357b647b8e99a75e45da5a39f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: John Bigelow <jbigelow at digium.com>



More information about the asterisk-code-review mailing list