Fix a compilation warning on compat_libevent.c on some versions of windows libevent

This commit is contained in:
Nick Mathewson 2010-04-19 16:41:25 -04:00
parent e3cd535c7c
commit 6ff471d814

View file

@ -11,9 +11,9 @@
**/
#include "orconfig.h"
#include "compat.h"
#include "compat_libevent.h"
#include "compat.h"
#include "util.h"
#include "log.h"