[or-cvs] Twiddle header order to compile on OS X again

Nick Mathewson nickm at seul.org
Thu Nov 4 22:33:23 UTC 2004


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

Modified Files:
	compat.h 
Log Message:
Twiddle header order to compile on OS X again

Index: compat.h
===================================================================
RCS file: /home/or/cvsroot/src/common/compat.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- compat.h	3 Nov 2004 00:02:17 -0000	1.5
+++ compat.h	4 Nov 2004 22:33:20 -0000	1.6
@@ -21,6 +21,9 @@
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 #include <stdarg.h>
 
 #ifndef NULL_REP_IS_ZERO_BYTES



More information about the tor-commits mailing list