MINGW-packages/mingw-w64-ldns/001-include-missing-header-ws2tcpip.patch
مهدي شينون (Mehdi Chinoune) 0fce832889 ldns: update to 1.8.3
2023-01-14 22:44:43 +01:00

12 lines
171 B
Diff

--- a/ldns/edns.h
+++ b/ldns/edns.h
@@ -12,6 +12,8 @@
#ifndef LDNS_EDNS_H
#define LDNS_EDNS_H
+#include <ws2tcpip.h>
+
#include <ldns/common.h>
#ifdef __cplusplus