From 222f9cf4ada1b0851c2dc2b0101ef11a0cc561e4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 16 Jun 2004 00:49:27 +0000 Subject: [PATCH] include if we have it openbsd on a sparc64 needs this (apparently) svn:r1971 --- trunk/src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/src/or/or.h b/trunk/src/or/or.h index 101b503be9..58ad0713fc 100644 --- a/trunk/src/or/or.h +++ b/trunk/src/or/or.h @@ -38,6 +38,9 @@ #endif #include "../common/torint.h" #include "../common/fakepoll.h" +#ifdef HAVE_INTTYPES_H +#include +#endif #ifdef HAVE_SYS_PARAM_H #include /* FreeBSD needs this to know what version it is */ #endif