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

dsh: fix path formatting

Change-Id: I7c50a7e71d2f183af5e4393336d32ed330ba00f0
parent 1e663bbf
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,12 @@
#include <getopt.h>
#include <netinet/in.h>
#if __has_include(<fmt/std.h>)
#include <fmt/std.h>
#else
#include <fmt/ostream.h>
#endif
struct dhtsh_params
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment