From 6c440da9260b6f8fffca7cb95ed6e51f55c71b14 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Jul 2018 15:02:01 -0400 Subject: Remove system headers from or.h --- src/test/test_shared_random.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test/test_shared_random.c') diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c index 293ed6cf33..1b4fdc8992 100644 --- a/src/test/test_shared_random.c +++ b/src/test/test_shared_random.c @@ -26,6 +26,10 @@ #include "or/networkstatus_st.h" #include "or/or_state_st.h" +#ifdef HAVE_SYS_STAT_H +#include +#endif + static authority_cert_t *mock_cert; static authority_cert_t * -- cgit v1.2.3-54-g00ecf