Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
ec4eee63
Commit
ec4eee63
authored
Jun 28, 2018
by
Nick Mathewson
👁
Browse files
Fix the include paths for storagedir,conffile (automated)
parent
a1f3ece1
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
ec4eee63
...
...
@@ -111,7 +111,7 @@
#include
<shlobj.h>
#endif
#include
"
common
/conffile.h"
#include
"
lib/fs
/conffile.h"
#include
"common/procmon.h"
#include
"or/dirauth/dirvote.h"
...
...
src/or/conscache.c
View file @
ec4eee63
...
...
@@ -6,7 +6,7 @@
#include
"or/config.h"
#include
"or/conscache.h"
#include
"lib/crypt_ops/crypto_util.h"
#include
"
common
/storagedir.h"
#include
"
lib/fs
/storagedir.h"
#define CCE_MAGIC 0x17162253
...
...
src/test/test_config.c
View file @
ec4eee63
...
...
@@ -48,7 +48,7 @@
#include
"or/port_cfg_st.h"
#include
"or/routerinfo_st.h"
#include
"
common
/conffile.h"
#include
"
lib/fs
/conffile.h"
static
void
test_config_addressmap
(
void
*
arg
)
...
...
src/test/test_storagedir.c
View file @
ec4eee63
...
...
@@ -3,7 +3,7 @@
#include
"or/or.h"
#include
"lib/crypt_ops/crypto_rand.h"
#include
"
common
/storagedir.h"
#include
"
lib/fs
/storagedir.h"
#include
"test/test.h"
#ifdef HAVE_UTIME_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment