X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.c;h=cc5bbb0a016db770b90b93631e1b121d3b598ed9;hb=f5bb64b36ae0807cdd3f241f81a8e933065437f6;hp=83a9d79cb054bd03e6081129b7b55891f05973d9;hpb=a9eba276a4ccec1c67611e8496ac0a30137b7493;p=tinc diff --git a/src/control.c b/src/control.c index 83a9d79c..cc5bbb0a 100644 --- a/src/control.c +++ b/src/control.c @@ -25,6 +25,7 @@ #include "graph.h" #include "logger.h" #include "meta.h" +#include "names.h" #include "net.h" #include "netutl.h" #include "protocol.h" @@ -33,7 +34,6 @@ #include "xalloc.h" char controlcookie[65]; -extern char *pidfilename; static bool control_return(connection_t *c, int type, int error) { return send_request(c, "%d %d %d", CONTROL, type, error);