tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8d562c040ff46da0b05df9aff7294e854238b263
parent 6c440da9260b6f8fffca7cb95ed6e51f55c71b14
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun,  1 Jul 2018 15:31:18 -0400

fixup! Remove system headers from or.h

Diffstat:
Msrc/or/microdesc.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/or/microdesc.c b/src/or/microdesc.c @@ -33,6 +33,9 @@ #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif +#ifdef HAVE_SYS_STAT_H +#include <sys/stat.h> +#endif /** A data structure to hold a bunch of cached microdescriptors. There are * two active files in the cache: a "cache file" that we mmap, and a "journal