From: Roger Dingledine Date: Wed, 16 Jun 2004 00:49:27 +0000 (+0000) Subject: include if we have it X-Git-Tag: debian-version-0.0.7.1-1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80cee93f84be3a855515a14edff38752268b5de5;p=thirdparty%2Ftor.git include if we have it openbsd on a sparc64 needs this (apparently) svn:r1971 --- diff --git a/src/or/or.h b/src/or/or.h index 101b503be9..58ad0713fc 100644 --- a/src/or/or.h +++ b/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