mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
include <inttypes.h> if we have it
openbsd on a sparc64 needs this (apparently) svn:r1971
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user