From fa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 12:20:52 -0400 Subject: Rectify include paths (automated) --- src/common/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/address.h') diff --git a/src/common/address.h b/src/common/address.h index 2c9c620c2a..317c7f329c 100644 --- a/src/common/address.h +++ b/src/common/address.h @@ -13,7 +13,7 @@ //#include #include "orconfig.h" -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/compat.h" #include "common/container.h" -- cgit v1.2.3-54-g00ecf