aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirauth/shared_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirauth/shared_random.c')
-rw-r--r--src/or/dirauth/shared_random.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/or/dirauth/shared_random.c b/src/or/dirauth/shared_random.c
index 0a89fa8d2d..6dd1f330e0 100644
--- a/src/or/dirauth/shared_random.c
+++ b/src/or/dirauth/shared_random.c
@@ -91,12 +91,14 @@
#include "shared_random.h"
#include "config.h"
#include "confparse.h"
+#include "crypto_rand.h"
+#include "crypto_util.h"
#include "networkstatus.h"
-#include "routerkeys.h"
#include "router.h"
+#include "routerkeys.h"
#include "routerlist.h"
-#include "shared_random_state.h"
#include "shared_random_client.h"
+#include "shared_random_state.h"
#include "util.h"
#include "voting_schedule.h"