summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bigelow <jbigelow@digium.com>2015-05-20 12:55:40 -0500
committerJohn Bigelow <jbigelow@digium.com>2015-05-20 12:55:40 -0500
commitddb7cbef8efdcccb63b62aff5b6b83e98e831da7 (patch)
treedb355bd78713d349faa16a5f2d63b56cf415b691
parentd8698b7f3f8a70f7e50ac7323b8236e7658a97f4 (diff)
res/res_resolver_unbound.c: Add missing include of signal.h
ASTERISK-25110 #close Reported by: John Bigelow Change-Id: I99a9d93f066f265357b647b8e99a75e45da5a39f
-rw-r--r--res/res_resolver_unbound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_resolver_unbound.c b/res/res_resolver_unbound.c
index 436a8ee35..a4e86a682 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>