From: Nick Mathewson Date: Sun, 1 Jul 2018 19:31:18 +0000 (-0400) Subject: fixup! Remove system headers from or.h X-Git-Tag: tor-0.3.5.1-alpha~267^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d562c040ff46da0b05df9aff7294e854238b263;p=thirdparty%2Ftor.git fixup! Remove system headers from or.h --- diff --git a/src/or/microdesc.c b/src/or/microdesc.c index a0ee4ba5f3..a0e95b66b2 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -33,6 +33,9 @@ #ifdef HAVE_FCNTL_H #include #endif +#ifdef HAVE_SYS_STAT_H +#include +#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