X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=ecadfc401e206f4697f3350bdd784eef59c15272;hp=ae4c700c787c57aabca85996b33fc54d93e325ea;hb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b;hpb=5129488b99c3d3796752a380a987c74d041dffe8 diff --git a/command.c b/command.c index ae4c700c..ecadfc40 100644 --- a/command.c +++ b/command.c @@ -7,8 +7,11 @@ /** \file command.c does client authentication and executes server commands */ #include /* gettimeofday */ +#include "para.h" /* gettimeofday */ + #include "server.cmdline.h" #include "afs_common.h" +#include "afh.h" #include "server.h" #include "vss.h" #include "send.h"