FIX: comment internal headers used in sample code.

This commit is contained in:
Nick Mathewson 2011-02-13 01:29:54 -05:00
parent eb692be9c8
commit 4eb281c8a9
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <event2/event-config.h>
/* Compatibility for possible missing IPv6 declarations */
#include "../ipv6-internal.h"
#include <sys/types.h>

View File

@ -41,6 +41,7 @@
# endif
#endif
/* Compatibility for possible missing IPv6 declarations */
#include "../util-internal.h"
#ifdef WIN32