ports/net/gloox/patches/patch-src_dns_cpp

12 lines
235 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/dns.cpp
--- src/dns.cpp.orig
+++ src/dns.cpp
@@ -22,6 +22,7 @@
#endif
#include <stdio.h>
+#include <string.h>
#if ( !defined( _WIN32 ) && !defined( _WIN32_WCE ) ) || defined( __SYMBIAN32__ )
# include <netinet/in.h>