From b7026ea1b343497819b5f40638fdc9f899f41410 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 19 Aug 2007 02:56:16 +0000 Subject: [PATCH] Move event.h include down a stanza to make mingw happy. svn:r11174 --- src/or/or.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/or.h b/src/or/or.h index ff53d35d0e..9d9b8511d7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -118,8 +118,6 @@ #define snprintf _snprintf #endif -#include - #include "crypto.h" #include "tortls.h" #include "log.h" @@ -128,6 +126,8 @@ #include "util.h" #include "torgzip.h" +#include + /* These signals are defined to help control_signal_act work. */ #ifndef SIGHUP