]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Twiddle header order to compile on OS X again
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Nov 2004 22:33:20 +0000 (22:33 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Nov 2004 22:33:20 +0000 (22:33 +0000)
svn:r2681

src/common/compat.h

index 1bc362fb97d8f2eb0aca1a8801b61e9369d6db64..a3b136ab63821d82c6db99f5da3b82c89b42a61d 100644 (file)
@@ -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