Skip to content
Snippets Groups Projects
Commit c39eceed authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tools/dhtcnode: include stdio.h before readline.h

parent 11396c31
Branches
Tags
No related merge requests found
......@@ -18,17 +18,17 @@
#include <opendht_c.h>
#include <getopt.h>
#include <readline/readline.h>
#include <readline/history.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdatomic.h>
#include <getopt.h>
#include <readline/readline.h>
#include <readline/history.h>
#include <arpa/inet.h>
struct op_context {
dht_runner* runner;
atomic_bool stop;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment