Move event.h include down a stanza to make mingw happy.

svn:r11174
This commit is contained in:
Andrew Lewman
2007-08-19 02:56:16 +00:00
parent 96cff65f85
commit b7026ea1b3
+2 -2
View File
@@ -118,8 +118,6 @@
#define snprintf _snprintf
#endif
#include <event.h>
#include "crypto.h"
#include "tortls.h"
#include "log.h"
@@ -128,6 +126,8 @@
#include "util.h"
#include "torgzip.h"
#include <event.h>
/* These signals are defined to help control_signal_act work.
*/
#ifndef SIGHUP