From 4eb281c8a96e246b7493570a89686f8c56c75853 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 13 Feb 2011 01:29:54 -0500 Subject: [PATCH] FIX: comment internal headers used in sample code. --- sample/dns-example.c | 1 + sample/http-server.c | 1 + 2 files changed, 2 insertions(+) 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