X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finfo.c;h=25e6b60c971dad1ed1044474efa1bed210a0f0d5;hb=28b7a53b693f6b4e70218a926e68a36ece54cda1;hp=c324df9405e0e9e5b070445c2d29802525996918;hpb=0912276c6467aa3ee6f570b31245367319da572a;p=tinc diff --git a/src/info.c b/src/info.c index c324df94..25e6b60c 100644 --- a/src/info.c +++ b/src/info.c @@ -1,6 +1,6 @@ /* info.c -- Show information about a node, subnet or address - Copyright (C) 2012-2017 Guus Sliepen + Copyright (C) 2012-2022 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,9 +20,10 @@ #include "system.h" #include "control_common.h" +#include "info.h" +#include "logger.h" #include "subnet.h" #include "tincctl.h" -#include "info.h" #include "utils.h" void logger(int level, int priority, const char *format, ...) {