projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d22483
)
[DNSAPI_APITEST]
author
Thomas Faber
<thomas.faber@reactos.org>
Fri, 1 Jul 2016 15:19:40 +0000
(15:19 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Fri, 1 Jul 2016 15:19:40 +0000
(15:19 +0000)
- Fix unix build
ROSTESTS-226
svn path=/trunk/; revision=71710
rostests/apitests/dnsapi/DnsQuery.c
patch
|
blob
|
history
diff --git
a/rostests/apitests/dnsapi/DnsQuery.c
b/rostests/apitests/dnsapi/DnsQuery.c
index
740161a
..
54fae73
100644
(file)
--- a/
rostests/apitests/dnsapi/DnsQuery.c
+++ b/
rostests/apitests/dnsapi/DnsQuery.c
@@
-8,7
+8,7
@@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdio.h>
-#include <
WinDNS
.h>
+#include <
windns
.h>
#include <apitest.h>