summaryrefslogtreecommitdiff
path: root/sample/http-server.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-02-13 01:29:54 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-22 00:24:57 -0500
commit4eb281c8a96e246b7493570a89686f8c56c75853 (patch)
tree230e53fe24a6378f11555642b85f9d56c5821d2d /sample/http-server.c
parenteb692be9c8ea2d52e28a0b7b8258bd76483c3f3c (diff)
downloadlibevent-4eb281c8a96e246b7493570a89686f8c56c75853.tar.gz
FIX: comment internal headers used in sample code.
Diffstat (limited to 'sample/http-server.c')
-rw-r--r--sample/http-server.c1
1 files changed, 1 insertions, 0 deletions
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