X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=2159117e7cbff55b04e38d1ab167482419546680;hb=3ea3f8fae5150eb1b718c076071c7ca81563365f;hp=4c4806f928950919d0d763a02104e5d93f316796;hpb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;p=paraslash.git diff --git a/client.c b/client.c index 4c4806f9..2159117e 100644 --- a/client.c +++ b/client.c @@ -35,8 +35,8 @@ __printf_2_3 void (*para_log)(int, const char*, ...) = stderr_log; #ifdef HAVE_READLINE #include "interactive.h" -#include "server_completion.h" -#include "afs_completion.h" +#include "server.completion.h" +#include "afs.completion.h" struct exec_task { struct task *task;