summaryrefslogtreecommitdiff
path: root/net/openmdns/files/patch-mdnsd_control.c
blob: 6eeafec2efc51e6035be03f0c5625de0d20d0f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mdnsd/control.c.orig	2017-03-10 09:24:12 UTC
+++ mdnsd/control.c
@@ -53,6 +53,8 @@ void		 control_group_add_service(struct ctl_conn *, st
 
 extern struct mdnsd_conf *conf;
 
+struct control_state control_state;
+
 void
 control_lookup(struct ctl_conn *c, struct imsg *imsg)
 {