mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
PR: 225114 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13600
11 lines
213 B
C
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
|
|
|