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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 20 14:42:29 CDT 2015


Matt Jordan has submitted this change and it was merged.

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(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  Joshua Colp: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: I99a9d93f066f265357b647b8e99a75e45da5a39f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: John Bigelow <jbigelow at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list