include <inttypes.h> if we have it

openbsd on a sparc64 needs this (apparently)


svn:r1971
This commit is contained in:
Roger Dingledine
2004-06-16 00:49:27 +00:00
parent a06750579f
commit 222f9cf4ad
+3
View File
@@ -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