Skip to content
Snippets Groups Projects
Commit 80cee93f authored by Roger Dingledine's avatar Roger Dingledine
Browse files

include <inttypes.h> if we have it

openbsd on a sparc64 needs this (apparently)


svn:r1971
parent 5dbc0fd2
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment