aboutsummaryrefslogtreecommitdiff
path: root/src/ext/csiphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/csiphash.c')
-rw-r--r--src/ext/csiphash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/csiphash.c b/src/ext/csiphash.c
index 36c3dee76e..f82e10b103 100644
--- a/src/ext/csiphash.c
+++ b/src/ext/csiphash.c
@@ -29,7 +29,7 @@
Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
*/
-#include "common/torint.h"
+#include "lib/cc/torint.h"
#include "siphash.h"
/* for tor_assert */
#include "common/util.h"