diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:13:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:13:04 -0400 |
commit | d893be190fc244330543c9e98613a3f0daebc6ed (patch) | |
tree | c51a3305dd42889fd563abe12ea16ffcd74d8de7 /src/common/compat.c | |
parent | 3930416dec02f801ee9c0e1d99fd782c414ffef0 (diff) | |
download | tor-d893be190fc244330543c9e98613a3f0daebc6ed.tar.gz tor-d893be190fc244330543c9e98613a3f0daebc6ed.zip |
rectify include paths (automatic) for address.h
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 265e82a481..9575ab0808 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -128,7 +128,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) #include "common/util.h" #include "lib/container/smartlist.h" #include "lib/wallclock/tm_cvt.h" -#include "common/address.h" +#include "lib/net/address.h" #include "common/sandbox.h" /** As open(path, flags, mode), but return an fd with the close-on-exec mode |