]> granicus.if.org Git - libevent/commitdiff
FIX: comment internal headers used in sample code.
authorNick Mathewson <nickm@torproject.org>
Sun, 13 Feb 2011 06:29:54 +0000 (01:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2011 05:24:57 +0000 (00:24 -0500)
sample/dns-example.c
sample/http-server.c

index e555af562eb2ae1e018f2a5e131c04075b4d4c31..439a486ac19e76c0c85ce31756462b3f7d2a788e 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <event2/event-config.h>
 
+/* Compatibility for possible missing IPv6 declarations */
 #include "../ipv6-internal.h"
 
 #include <sys/types.h>
index 76026a510441423c97b4200a191bcb56b28e1748..d5212c515a7302564b30cf905ce6232156f24810 100644 (file)
@@ -41,6 +41,7 @@
 # endif
 #endif
 
+/* Compatibility for possible missing IPv6 declarations */
 #include "../util-internal.h"
 
 #ifdef WIN32