aboutsummaryrefslogtreecommitdiff
path: root/src/common/torint.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-02-22 04:26:45 +0000
committerNick Mathewson <nickm@torproject.org>2005-02-22 04:26:45 +0000
commita68fcbf807106417fb2410ce6a2592befaebe328 (patch)
treec1668e7df52e925ccdff7b252867a7bbfa587a17 /src/common/torint.h
parentc2d5b67dd2ba6b142db5b9c9aadaadd365b1404e (diff)
downloadtor-a68fcbf807106417fb2410ce6a2592befaebe328.tar
tor-a68fcbf807106417fb2410ce6a2592befaebe328.tar.gz
Initial IRIX compatibility fixes: check for inttypes.h; check for platform cell_t.
svn:r3648
Diffstat (limited to 'src/common/torint.h')
-rw-r--r--src/common/torint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/torint.h b/src/common/torint.h
index 7bebb1009..75e45239c 100644
--- a/src/common/torint.h
+++ b/src/common/torint.h
@@ -33,6 +33,9 @@
#include <machine/limits.h>
#endif
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
#if (SIZEOF_INT8_T != 0)
#define HAVE_INT8_T