Explorar o código

Twiddle header order to compile on OS X again

svn:r2681
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
b56ef496d9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/common/compat.h

+ 3 - 0
src/common/compat.h

@@ -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