blob: 4de97aa4e7c93c6668a1dd60c76a3a0dabd2b22e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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>
|