X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=9873fdd34867d01efab9cfa84a8b755c48f8a3fa;hp=ae4c700c787c57aabca85996b33fc54d93e325ea;hb=c252837b853b35f06fffe637b2a6bf16419da954;hpb=77264e47dcd6a606ecff2f86f14359f25ab0eba0 diff --git a/command.c b/command.c index ae4c700c..9873fdd3 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" @@ -19,6 +22,7 @@ #include "daemon.h" #include "string.h" #include "fd.h" +#include "list.h" #include "user_list.h" #include "server_command_list.h"