X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.c;h=7079f93efc5e98513541b47de14d823211874b30;hb=cc3c69c892b0dad9a6ece0a0f4ccd429a22fcbff;hp=4cf30eb739dee321dd760003ff40a927f5d72a90;hpb=1ddd6111a40733929089316838020f89176cbda2;p=tinc diff --git a/src/graph.c b/src/graph.c index 4cf30eb7..7079f93e 100644 --- a/src/graph.c +++ b/src/graph.c @@ -1,6 +1,6 @@ /* graph.c -- graph algorithms - Copyright (C) 2001-2012 Guus Sliepen , + Copyright (C) 2001-2013 Guus Sliepen , 2001-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -51,6 +51,7 @@ #include "graph.h" #include "list.h" #include "logger.h" +#include "names.h" #include "netutl.h" #include "node.h" #include "process.h"