blob: fa35618e5946c14255d6b85ae8ec8ccd53156721 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|