openbsd-ports/net/gloox/patches/patch-src_dns_cpp
bentley dce7439ff9 Update to gloox-1.0.21.
Also include string.h for string functions.

ok sebastia@ (MAINTAINER)
2018-10-29 06:29:36 +00:00

14 lines
304 B
Plaintext

$OpenBSD: patch-src_dns_cpp,v 1.1 2018/10/29 06:29:36 bentley Exp $
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>