diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 101b503be..58ad0713f 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 <inttypes.h> +#endif #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> /* FreeBSD needs this to know what version it is */ #endif |