]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! Remove system headers from or.h
authorNick Mathewson <nickm@torproject.org>
Sun, 1 Jul 2018 19:31:18 +0000 (15:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 1 Jul 2018 19:31:18 +0000 (15:31 -0400)
src/or/microdesc.c

index a0ee4ba5f3fb40ff3808493e6b4bcadbb84e9188..a0e95b66b22279f708c37b6b995eb07b1b93a58c 100644 (file)
@@ -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