diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:13:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:13:33 -0400 |
commit | d2942d127da454a1ffb69da176582b5d74918bb1 (patch) | |
tree | be2cd7b9196cc9f31de918624946dbab41183185 /src/test/test_nodelist.c | |
parent | 8b7df723596d068cbf91abf7535651ab8445810b (diff) | |
download | tor-d2942d127da454a1ffb69da176582b5d74918bb1.tar.gz tor-d2942d127da454a1ffb69da176582b5d74918bb1.zip |
Extract node_t into its own header.
Diffstat (limited to 'src/test/test_nodelist.c')
-rw-r--r-- | src/test/test_nodelist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test_nodelist.c b/src/test/test_nodelist.c index 9499fd0380..a3f2de29f0 100644 --- a/src/test/test_nodelist.c +++ b/src/test/test_nodelist.c @@ -11,6 +11,9 @@ #include "networkstatus.h" #include "nodelist.h" #include "torcert.h" + +#include "node_st.h" + #include "test.h" /** Test the case when node_get_by_id() returns NULL, |