diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:33:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:33:25 -0400 |
commit | f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac (patch) | |
tree | 75412c13599cfefbd1edb2b38dc3005db8ee7ad0 /src/common/address.h | |
parent | e066966bf48b4f6ca557175cb2ab3e2dffa5b1db (diff) | |
download | tor-f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac.tar.gz tor-f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac.zip |
Simplify include structure of container.[ch]
Diffstat (limited to 'src/common/address.h')
-rw-r--r-- | src/common/address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.h b/src/common/address.h index 317c7f329c..6986143f6e 100644 --- a/src/common/address.h +++ b/src/common/address.h @@ -16,6 +16,7 @@ #include "lib/cc/torint.h" #include "common/compat.h" #include "common/container.h" +#include "common/util_bug.h" #ifdef ADDRESS_PRIVATE @@ -376,4 +377,3 @@ STATIC smartlist_t *get_interface_addresses_ioctl(int severity, #endif /* defined(ADDRESS_PRIVATE) */ #endif /* !defined(TOR_ADDRESS_H) */ - |