From: Nick Mathewson Date: Sun, 13 Feb 2011 06:29:54 +0000 (-0500) Subject: FIX: comment internal headers used in sample code. X-Git-Tag: release-2.0.11-stable~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb281c8a96e246b7493570a89686f8c56c75853;p=libevent FIX: comment internal headers used in sample code. --- diff --git a/sample/dns-example.c b/sample/dns-example.c index e555af56..439a486a 100644 --- a/sample/dns-example.c +++ b/sample/dns-example.c @@ -7,6 +7,7 @@ #include +/* Compatibility for possible missing IPv6 declarations */ #include "../ipv6-internal.h" #include diff --git a/sample/http-server.c b/sample/http-server.c index 76026a51..d5212c51 100644 --- a/sample/http-server.c +++ b/sample/http-server.c @@ -41,6 +41,7 @@ # endif #endif +/* Compatibility for possible missing IPv6 declarations */ #include "../util-internal.h" #ifdef WIN32