12 lines
318 B
C++
12 lines
318 B
C++
$NetBSD: patch-src_dns.cpp,v 1.2 2011/11/25 21:31:13 joerg Exp $
|
|
|
|
--- src/dns.cpp.orig 2009-10-12 16:41:19.000000000 +0000
|
|
+++ 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>
|