[or-cvs] Reorder includes so that fakepoll.c gets built when it should

Nick Mathewson nickm at seul.org
Tue Aug 12 06:41:43 UTC 2003


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv27961/src/common

Modified Files:
	fakepoll.c 
Log Message:
Reorder includes so that fakepoll.c gets built when it should

Index: fakepoll.c
===================================================================
RCS file: /home/or/cvsroot/src/common/fakepoll.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fakepoll.c	12 Aug 2003 03:16:14 -0000	1.4
+++ fakepoll.c	12 Aug 2003 06:41:40 -0000	1.5
@@ -7,6 +7,7 @@
  */
 
 #include "orconfig.h"
+#include "fakepoll.h"
 #ifdef USE_FAKE_POLL
 #include <sys/types.h>
 #ifdef HAVE_UNISTD_H
@@ -22,7 +23,6 @@
 #include <winsock.h>
 #endif
 
-#include "fakepoll.h"
 #include "util.h"
 
 int



More information about the tor-commits mailing list