libpurple/protocols/bonjour/dns_sd_proxy.c

changeset 39960
4a5610d858ef
parent 36296
4e366d822656
child 40558
7aaabf0b8500
--- a/libpurple/protocols/bonjour/dns_sd_proxy.c	Sat Sep 28 03:11:33 2019 -0500
+++ b/libpurple/protocols/bonjour/dns_sd_proxy.c	Sat Sep 28 03:28:30 2019 -0500
@@ -1,5 +1,4 @@
 /*
- *
  * Purple is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
  * source distribution.
@@ -20,6 +19,8 @@
  */
 
 #include "internal.h"
+#include <purple.h>
+
 #include "dns_sd_proxy.h"
 
 static DNSServiceErrorType (DNSSD_API* _DNSServiceAddRecord)(DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags,

mercurial