X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finfo.c;h=c9b0094699b8d5add60e72e8a9d3d63caacef564;hb=1ac9a3fbd18f961d604c2c080374b8fc32f155d6;hp=d0db89a7ed04d868eeecade35c526f88bf8c0357;hpb=cbe03b09324dcf930e9bec71a809c66e2d3d77d5;p=tinc diff --git a/src/info.c b/src/info.c index d0db89a7..c9b00946 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 Guus Sliepen + Copyright (C) 2012-2013 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 @@ -24,6 +24,7 @@ #include "subnet.h" #include "tincctl.h" #include "info.h" +#include "utils.h" #include "xalloc.h" void logger(int level, int priority, const char *format, ...) {