diff options
Diffstat (limited to 'src/common/crypto_rand.h')
-rw-r--r-- | src/common/crypto_rand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto_rand.h b/src/common/crypto_rand.h index bb02e51001..2e05adc93d 100644 --- a/src/common/crypto_rand.h +++ b/src/common/crypto_rand.h @@ -13,8 +13,8 @@ #ifndef TOR_CRYPTO_RAND_H #define TOR_CRYPTO_RAND_H -#include "torint.h" -#include "util.h" +#include "common/torint.h" +#include "common/util.h" /* random numbers */ int crypto_seed_rng(void) ATTR_WUR; |