ports/dns/mdnsd/files/patch-libmdnsd_1035.c
Yuri Victorovich 2cf8a65558 dns/mdnsd: Updating to the current revision
PR:		225114
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13600
2018-01-27 20:09:57 +00:00

11 lines
213 B
C

--- libmdnsd/1035.c.orig 2017-11-22 13:47:51 UTC
+++ libmdnsd/1035.c
@@ -1,6 +1,7 @@
+
+#include <stdio.h>
#include "1035.h"
#include <string.h>
-#include <stdio.h>
#if defined(_MSC_VER) && _MSC_VER < 1900