Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
17a11780
Commit
17a11780
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
tools: add missing includes for indexation support
parent
6256c576
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/dhtchat.cpp
+3
-0
3 additions, 0 deletions
tools/dhtchat.cpp
tools/dhtscanner.cpp
+3
-0
3 additions, 0 deletions
tools/dhtscanner.cpp
tools/tools_common.h
+4
-0
4 additions, 0 deletions
tools/tools_common.h
with
10 additions
and
0 deletions
tools/dhtchat.cpp
+
3
−
0
View file @
17a11780
...
...
@@ -16,6 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"tools_common.h"
#include
<opendht/rng.h>
...
...
This diff is collapsed.
Click to expand it.
tools/dhtscanner.cpp
+
3
−
0
View file @
17a11780
...
...
@@ -16,6 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"tools_common.h"
#include
<opendht/node.h>
...
...
This diff is collapsed.
Click to expand it.
tools/tools_common.h
+
4
−
0
View file @
17a11780
...
...
@@ -25,6 +25,10 @@
#include
<opendht/log.h>
#include
<opendht/crypto.h>
#include
<opendht/network_utils.h>
#ifdef OPENDHT_INDEXATION
#include
<opendht/indexation/pht.h>
#endif
#ifndef WIN32_NATIVE
#include
<getopt.h>
#include
<readline/readline.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment